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; } >;