https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization
scope:`${OAuth2Scopes.Bot} ${string}` | `${OAuth2Scopes.Bot}` | `${string} ${OAuth2Scopes.Bot} ${string}` | `${string} ${OAuth2Scopes.Bot}`
This assumes you include the
bot
scope alongside others (like identify
for example)