From 422a4dda68c2feea3d332cebeece03c2a0b7f781 Mon Sep 17 00:00:00 2001 From: Sugden <28943913+NotSugden@users.noreply.github.com> Date: Tue, 8 Sep 2020 08:58:56 +0100 Subject: [PATCH] typings(Guild): document RELAY_ENABLED feature (#4788) --- src/structures/Guild.js | 1 + typings/index.d.ts | 1 + 2 files changed, 2 insertions(+) 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'