diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 44709efee1a0..288542f7e10b 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -170,8 +170,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 5f6874f37407..35450f3c8dbc 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2747,8 +2747,10 @@ declare module 'discord.js' { | 'DISCOVERABLE' | 'FEATURABLE' | 'INVITE_SPLASH' + | 'MEMBER_VERIFICATION_GATE_ENABLED' | 'NEWS' | 'PARTNERED' + | 'PREVIEW_ENABLED' | 'RELAY_ENABLED' | 'VANITY_URL' | 'VERIFIED'