mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
fix(InviteScope): added missing 'bot' scope (#6052)
This commit is contained in:
@@ -314,6 +314,7 @@ exports.WSEvents = keyMirror([
|
||||
* * `applications.commands`: allows this bot to create commands in the server
|
||||
* * `applications.entitlements`: allows reading entitlements for a users applications
|
||||
* * `applications.store.update`: allows reading and updating of store data for a users applications
|
||||
* * `bot`: makes the bot join the selected guild
|
||||
* * `connections`: makes the endpoint for getting a users connections available
|
||||
* * `email`: allows the `/users/@me` endpoint return with an email
|
||||
* * `identify`: allows the `/users/@me` endpoint without an email
|
||||
|
||||
Reference in New Issue
Block a user