diff --git a/src/structures/Guild.js b/src/structures/Guild.js index a6f01ee8c..558e57c28 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -171,6 +171,7 @@ class Guild extends Base { * * INVITE_SPLASH * * NEWS * * PARTNERED + * * RELAY_ENABLED * * VANITY_URL * * VERIFIED * * VIP_REGIONS diff --git a/typings/index.d.ts b/typings/index.d.ts index fd9e14418..6e9514f50 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2621,6 +2621,7 @@ declare module 'discord.js' { | 'INVITE_SPLASH' | 'NEWS' | 'PARTNERED' + | 'RELAY_ENABLED' | 'VANITY_URL' | 'VERIFIED' | 'VIP_REGIONS'