mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Features): resolved typo in FATEWAY_PRESENCE_LIMITED (#5952)
* Fix documentation typo * Update index.d.ts
This commit is contained in:
@@ -27,7 +27,7 @@ class ApplicationFlags extends BitField {}
|
||||
* * `GROUP_DM_CREATE`
|
||||
* * `RPC_HAS_CONNECTED`
|
||||
* * `GATEWAY_PRESENCE`
|
||||
* * `FATEWAY_PRESENCE_LIMITED`
|
||||
* * `GATEWAY_PRESENCE_LIMITED`
|
||||
* * `GATEWAY_GUILD_MEMBERS`
|
||||
* * `GATEWAY_GUILD_MEMBERS_LIMITED`
|
||||
* * `VERIFICATION_PENDING_GUILD_LIMIT`
|
||||
|
||||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2845,7 +2845,7 @@ declare module 'discord.js' {
|
||||
| 'GROUP_DM_CREATE'
|
||||
| 'RPC_HAS_CONNECTED'
|
||||
| 'GATEWAY_PRESENCE'
|
||||
| 'FATEWAY_PRESENCE_LIMITED'
|
||||
| 'GATEWAY_PRESENCE_LIMITED'
|
||||
| 'GATEWAY_GUILD_MEMBERS'
|
||||
| 'GATEWAY_GUILD_MEMBERS_LIMITED'
|
||||
| 'VERIFICATION_PENDING_GUILD_LIMIT'
|
||||
|
||||
Reference in New Issue
Block a user