docs: add new guild features (#5755)

This commit is contained in:
Shubham Parihar
2021-06-05 15:34:56 +05:30
committed by GitHub
parent c6696d8399
commit f7e420bf29
2 changed files with 6 additions and 0 deletions

View File

@@ -176,10 +176,13 @@ class Guild extends BaseGuild {
* * FEATURABLE
* * INVITE_SPLASH
* * MEMBER_VERIFICATION_GATE_ENABLED
* * MONETIZATION_ENABLED
* * MORE_STICKERS
* * NEWS
* * PARTNERED
* * PREVIEW_ENABLED
* * RELAY_ENABLED
* * TICKETED_EVENTS_ENABLED
* * VANITY_URL
* * VERIFIED
* * VIP_REGIONS

3
typings/index.d.ts vendored
View File

@@ -3204,10 +3204,13 @@ declare module 'discord.js' {
| 'FEATURABLE'
| 'INVITE_SPLASH'
| 'MEMBER_VERIFICATION_GATE_ENABLED'
| 'MONETIZATION_ENABLED'
| 'MORE_STICKERS'
| 'NEWS'
| 'PARTNERED'
| 'PREVIEW_ENABLED'
| 'RELAY_ENABLED'
| 'TICKETED_EVENTS_ENABLED'
| 'VANITY_URL'
| 'VERIFIED'
| 'VIP_REGIONS'