mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03: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
|
||||
|
||||
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3553,6 +3553,7 @@ export type InviteScope =
|
||||
| 'applications.commands'
|
||||
| 'applications.entitlements'
|
||||
| 'applications.store.update'
|
||||
| 'bot'
|
||||
| 'connections'
|
||||
| 'email'
|
||||
| 'identity'
|
||||
|
||||
Reference in New Issue
Block a user