diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 6e52dbee1..a7085eadb 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -176,10 +176,13 @@ class Guild extends BaseGuild { * * FEATURABLE * * INVITE_SPLASH * * MEMBER_VERIFICATION_GATE_ENABLED + * * MONETIZATION_ENABLED + * * MORE_STICKERS * * NEWS * * PARTNERED * * PREVIEW_ENABLED * * RELAY_ENABLED + * * TICKETED_EVENTS_ENABLED * * VANITY_URL * * VERIFIED * * VIP_REGIONS diff --git a/typings/index.d.ts b/typings/index.d.ts index 493b81d6f..0a11c2b64 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3204,10 +3204,13 @@ declare module 'discord.js' { | 'FEATURABLE' | 'INVITE_SPLASH' | 'MEMBER_VERIFICATION_GATE_ENABLED' + | 'MONETIZATION_ENABLED' + | 'MORE_STICKERS' | 'NEWS' | 'PARTNERED' | 'PREVIEW_ENABLED' | 'RELAY_ENABLED' + | 'TICKETED_EVENTS_ENABLED' | 'VANITY_URL' | 'VERIFIED' | 'VIP_REGIONS'