Optional
disableIf the guild dropdown should be disabled.
Optional
guildIDThe id of the guild to preselect.
Optional
permissionsThe permissions to request.
Optional
promptconsent
to show the prompt, none
to not show the prompt if the user has already authorized previously.
Optional
redirectURIThe redirect uri of the application.
Optional
responseThe response type when authorized. code
will result in query parameters that need to be exchanged with Discord for a token. token
will result in fragment parameters that are not accessible server side, but this will be an immediate token.
The scopes to request.
Optional
stateThe state to send.
The client id of the application.