Wednesday, July 15, 2026 2:56:53 AM
> member.rb
# frozen_string_literal: true

module Discordrb
  class Member
    def to_h
      {
        id: id.to_s,
        username: username
      }
    end

    alias_method :attributes, :to_h
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7