Fix ForumChannel annotation not working for app_commands

Closes #8472
This commit is contained in:
Rapptz 2022-09-17 00:11:27 -04:00
parent b5dc9e54a0
commit a53b609e37

View File

@ -720,6 +720,7 @@ BUILT_IN_TRANSFORMERS: Dict[Any, Transformer] = {
VoiceChannel: BaseChannelTransformer(VoiceChannel),
TextChannel: BaseChannelTransformer(TextChannel),
CategoryChannel: BaseChannelTransformer(CategoryChannel),
ForumChannel: BaseChannelTransformer(ForumChannel),
Attachment: IdentityTransformer(AppCommandOptionType.attachment),
}