module Discordrb::MemberAttributes

Mixin for the attributes members and private members should have

Attributes

joined_at[R]

@return [Time] when this member joined the server.

nick[R]

@return [String, nil] the nickname this member has, or `nil` if it has none.

nickname[R]

@return [String, nil] the nickname this member has, or `nil` if it has none.

roles[R]

@return [Array<Role>] the roles this member has.

server[R]

@return [Server] the server this member is on.