feat(GuildFeatures): added the new screening features (#5328)

Co-authored-by: Noel <icrawltogo@gmail.com>
This commit is contained in:
PhaxeNor
2021-04-15 02:07:15 +02:00
committed by GitHub
parent 936516cb9c
commit 3c175cb511
2 changed files with 4 additions and 0 deletions

View File

@@ -169,8 +169,10 @@ class Guild extends Base {
* * DISCOVERABLE * * DISCOVERABLE
* * FEATURABLE * * FEATURABLE
* * INVITE_SPLASH * * INVITE_SPLASH
* * MEMBER_VERIFICATION_GATE_ENABLED
* * NEWS * * NEWS
* * PARTNERED * * PARTNERED
* * PREVIEW_ENABLED
* * RELAY_ENABLED * * RELAY_ENABLED
* * VANITY_URL * * VANITY_URL
* * VERIFIED * * VERIFIED

2
typings/index.d.ts vendored
View File

@@ -2841,8 +2841,10 @@ declare module 'discord.js' {
| 'DISCOVERABLE' | 'DISCOVERABLE'
| 'FEATURABLE' | 'FEATURABLE'
| 'INVITE_SPLASH' | 'INVITE_SPLASH'
| 'MEMBER_VERIFICATION_GATE_ENABLED'
| 'NEWS' | 'NEWS'
| 'PARTNERED' | 'PARTNERED'
| 'PREVIEW_ENABLED'
| 'RELAY_ENABLED' | 'RELAY_ENABLED'
| 'VANITY_URL' | 'VANITY_URL'
| 'VERIFIED' | 'VERIFIED'