Browse Source

[commands] Add ForumChannelConverter to the converter mapping

pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
552324fd02
  1. 1
      discord/ext/commands/converter.py

1
discord/ext/commands/converter.py

@ -1190,6 +1190,7 @@ CONVERTER_MAPPING: Dict[type, Any] = {
discord.abc.GuildChannel: GuildChannelConverter,
discord.GuildSticker: GuildStickerConverter,
discord.ScheduledEvent: ScheduledEventConverter,
discord.ForumChannel: ForumChannelConverter,
}

Loading…
Cancel
Save