Create a new User Method handler
Usually SnowTransfer creates a method handler for you, this is here for completion
You can access the methods listed via client.user.method
, where client
is an initialized SnowTransfer instance
Create a direct message channel with another user
You can not create a dm with another bot
Id of the user to create the direct message channel with
Get guilds of the current user
Array of partial guild objects
Get information about the CurrentUser
OAUTH2 Scopes | Condition |
---|---|
identify | Without email |
With email |
Get information about a user via Id
Id of the user
Leaves a guild
Id of the guild
Resolves the Promise on successful execution
Update the current user
The new data of the CurrentUser
Generated using TypeDoc
Methods for interacting with users