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
nvm solved with options: { scopes: 'identify email guilds.join' }