Browse Source

Fix ForumChannel annotation not working for app_commands

Closes #8472
pull/8473/head
Rapptz 3 years ago
parent
commit
a53b609e37
  1. 1
      discord/app_commands/transformers.py

1
discord/app_commands/transformers.py

@ -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),
}

Loading…
Cancel
Save