mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Port TiV changes applied to voice channels to stage channels (#6109)
This commit is contained in:
@@ -156,7 +156,11 @@ class IgnoreManager:
|
||||
async def get_ignored_channel(
|
||||
self,
|
||||
channel: Union[
|
||||
discord.TextChannel, discord.VoiceChannel, discord.ForumChannel, discord.Thread
|
||||
discord.TextChannel,
|
||||
discord.VoiceChannel,
|
||||
discord.StageChannel,
|
||||
discord.ForumChannel,
|
||||
discord.Thread,
|
||||
],
|
||||
check_category: bool = True,
|
||||
) -> bool:
|
||||
@@ -188,6 +192,7 @@ class IgnoreManager:
|
||||
channel: Union[
|
||||
discord.TextChannel,
|
||||
discord.VoiceChannel,
|
||||
discord.StageChannel,
|
||||
discord.Thread,
|
||||
discord.ForumChannel,
|
||||
discord.CategoryChannel,
|
||||
|
||||
Reference in New Issue
Block a user