mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 19:06:44 +00:00
parent
b5dc9e54a0
commit
a53b609e37
@ -720,6 +720,7 @@ BUILT_IN_TRANSFORMERS: Dict[Any, Transformer] = {
|
|||||||
VoiceChannel: BaseChannelTransformer(VoiceChannel),
|
VoiceChannel: BaseChannelTransformer(VoiceChannel),
|
||||||
TextChannel: BaseChannelTransformer(TextChannel),
|
TextChannel: BaseChannelTransformer(TextChannel),
|
||||||
CategoryChannel: BaseChannelTransformer(CategoryChannel),
|
CategoryChannel: BaseChannelTransformer(CategoryChannel),
|
||||||
|
ForumChannel: BaseChannelTransformer(ForumChannel),
|
||||||
Attachment: IdentityTransformer(AppCommandOptionType.attachment),
|
Attachment: IdentityTransformer(AppCommandOptionType.attachment),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user