From 3c175cb5116fe50ba3084163565dd244a25b657f Mon Sep 17 00:00:00 2001 From: PhaxeNor Date: Thu, 15 Apr 2021 02:07:15 +0200 Subject: [PATCH] feat(GuildFeatures): added the new screening features (#5328) Co-authored-by: Noel --- src/structures/Guild.js | 2 ++ typings/index.d.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 31dc5de01d92..e1d6446fadec 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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 diff --git a/typings/index.d.ts b/typings/index.d.ts index 51c330100b76..e9337cda5d54 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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'