feat: add support for guild forums
No.2
This commit is contained in:
parent
47d865db09
commit
730762fc41
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -528,6 +528,7 @@ export type MappedChannelCategoryTypes = EnumValueMapped<
|
|||||||
GUILD_TEXT: TextChannel;
|
GUILD_TEXT: TextChannel;
|
||||||
GUILD_STORE: StoreChannel;
|
GUILD_STORE: StoreChannel;
|
||||||
GUILD_STAGE_VOICE: StageChannel;
|
GUILD_STAGE_VOICE: StageChannel;
|
||||||
|
GUILD_FORUM: void;
|
||||||
}
|
}
|
||||||
>;
|
>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user