mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Add missing period which caused ignore list to fail (#5850)
This commit is contained in:
@@ -5236,7 +5236,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
if await self.bot._ignored_cache.get_ignored_channel(channel, check_category=False):
|
||||
text_channels.append(channel)
|
||||
for thread in ctx.guild.threads:
|
||||
if await self.bot_ignored_cache.get_ignored_channel(thread, check_category=False):
|
||||
if await self.bot._ignored_cache.get_ignored_channel(thread, check_category=False):
|
||||
threads.append(thread)
|
||||
|
||||
cat_str = (
|
||||
|
||||
Reference in New Issue
Block a user