diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 31dc5de01..e1d6446fa 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 51c330100..e9337cda5 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'