Update index.d.ts

This commit is contained in:
March 7th 2022-06-15 11:49:36 +07:00
parent 730762fc41
commit 2edf7428d8

2
typings/index.d.ts vendored
View File

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