From 730762fc417fbda3c5ab25d8c50c3b0f2076933d Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:39:29 +0700 Subject: [PATCH] feat: add support for guild forums No.2 --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index f9f66b0..4b285ee 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -528,6 +528,7 @@ export type MappedChannelCategoryTypes = EnumValueMapped< GUILD_TEXT: TextChannel; GUILD_STORE: StoreChannel; GUILD_STAGE_VOICE: StageChannel; + GUILD_FORUM: void; } >;