mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
Add missing period which caused ignore list to fail (#5850)
This commit is contained in:
parent
9d820234bb
commit
d7d6ab46f4
@ -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 = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user