mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +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.commands`: allows this bot to create commands in the server
|
||||||
* * `applications.entitlements`: allows reading entitlements for a users applications
|
* * `applications.entitlements`: allows reading entitlements for a users applications
|
||||||
* * `applications.store.update`: allows reading and updating of store data 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
|
* * `connections`: makes the endpoint for getting a users connections available
|
||||||
* * `email`: allows the `/users/@me` endpoint return with an email
|
* * `email`: allows the `/users/@me` endpoint return with an email
|
||||||
* * `identify`: allows the `/users/@me` endpoint without 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.commands'
|
||||||
| 'applications.entitlements'
|
| 'applications.entitlements'
|
||||||
| 'applications.store.update'
|
| 'applications.store.update'
|
||||||
|
| 'bot'
|
||||||
| 'connections'
|
| 'connections'
|
||||||
| 'email'
|
| 'email'
|
||||||
| 'identity'
|
| 'identity'
|
||||||
|
|||||||
Reference in New Issue
Block a user