From 2edf7428d8166a0d00bb797231490ee4fb8437e6 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:49:36 +0700 Subject: [PATCH] Update index.d.ts --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 4b285ee..4ca4ac6 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -528,7 +528,7 @@ export type MappedChannelCategoryTypes = EnumValueMapped< GUILD_TEXT: TextChannel; GUILD_STORE: StoreChannel; GUILD_STAGE_VOICE: StageChannel; - GUILD_FORUM: void; + GUILD_FORUM: undefined; } >;