feat: add support for guild forums

No.2
This commit is contained in:
March 7th 2022-06-15 11:39:29 +07:00
parent 47d865db09
commit 730762fc41

1
typings/index.d.ts vendored
View File

@ -528,6 +528,7 @@ export type MappedChannelCategoryTypes = EnumValueMapped<
GUILD_TEXT: TextChannel;
GUILD_STORE: StoreChannel;
GUILD_STAGE_VOICE: StageChannel;
GUILD_FORUM: void;
}
>;