MemberBehavior
The behavior of a Discord Member.
Inheritors
Properties
Functions
Requests to get this behavior as a Member, returns null if the member isn't present.
Requests to get this behavior as a User, returns null if the user isn't present.
Requests to ban this member.
Requests to edit this member.
Retrieve the Member associated with this behaviour from the provided EntitySupplier
Retrieve the Member associated with this behaviour from the provided EntitySupplier returns null if the Member isn't present.
Retrieve the User associated with this behaviour from the provided EntitySupplier
Retrieve the User associated with this behaviour from the provided EntitySupplier returns null if the User isn't present.
Requests to get or create a DmChannel between this bot and the user.
Requests to get or create a DmChannel between this bot and the user, returns null if the user does not allow DMs.
Requests to get the VoiceState of this member in the guild.
Requests to get the VoiceState of this member in the guild, returns null if the VoiceState isn't present.
Returns a new MemberBehavior with the given strategy.