We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27707dd commit 150e6aeCopy full SHA for 150e6ae
interactions/models/discord/channel.py
@@ -2737,5 +2737,5 @@ def process_permission_overwrites(
2737
ChannelType.DM: DM,
2738
ChannelType.GROUP_DM: DMGroup,
2739
ChannelType.GUILD_FORUM: GuildForum,
2740
- ChannelType.MEDIA_CHANNEL: GuildMedia,
+ ChannelType.GUILD_MEDIA: GuildMedia,
2741
}
0 commit comments