Skip to content

Commit

Permalink
feat(GuildFeatures): added the new screening features (#5328)
Browse files Browse the repository at this point in the history
Co-authored-by: Noel <icrawltogo@gmail.com>
  • Loading branch information
PhaxeNor and iCrawl committed Apr 15, 2021
1 parent 936516c commit 3c175cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structures/Guild.js
Expand Up @@ -169,8 +169,10 @@ class Guild extends Base {
* * DISCOVERABLE
* * FEATURABLE
* * INVITE_SPLASH
* * MEMBER_VERIFICATION_GATE_ENABLED
* * NEWS
* * PARTNERED
* * PREVIEW_ENABLED
* * RELAY_ENABLED
* * VANITY_URL
* * VERIFIED
Expand Down
2 changes: 2 additions & 0 deletions typings/index.d.ts
Expand Up @@ -2841,8 +2841,10 @@ declare module 'discord.js' {
| 'DISCOVERABLE'
| 'FEATURABLE'
| 'INVITE_SPLASH'
| 'MEMBER_VERIFICATION_GATE_ENABLED'
| 'NEWS'
| 'PARTNERED'
| 'PREVIEW_ENABLED'
| 'RELAY_ENABLED'
| 'VANITY_URL'
| 'VERIFIED'
Expand Down

0 comments on commit 3c175cb

Please sign in to comment.