diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 90728501f..21be50d14 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -159,6 +159,8 @@ class Guild extends Base { * * VERIFIED * * VIP_REGIONS * * VANITY_URL + * * DISCOVERABLE + * * FEATURABLE * @typedef {string} Features */ diff --git a/typings/index.d.ts b/typings/index.d.ts index 76c8f4e89..ad9b150e2 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2223,7 +2223,9 @@ declare module 'discord.js' { | 'MORE_EMOJI' | 'VERIFIED' | 'VIP_REGIONS' - | 'VANITY_URL'; + | 'VANITY_URL' + | 'DISCOVERABLE' + | 'FEATURABLE'; interface GuildMemberEditData { nick?: string;