docs(Features): resolved typo in FATEWAY_PRESENCE_LIMITED (#5952)

* Fix documentation typo

* Update index.d.ts
This commit is contained in:
Peter Maguire
2021-06-29 00:34:43 +01:00
committed by GitHub
parent d3d19ce49b
commit d38b34756b
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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'