Discord Oauth Question

Is it possible to set custom scopes for oauth? I'd like to include guilds.join but I see nowhere to put a custom oath url, and it only has identify and email by default.
1 Reply
Renner
RennerOP2w ago
nvm solved with options: { scopes: 'identify email guilds.join' }

Did you find this page helpful?