From d7d6ab46f45e7057a21df4f7f908fe6e5cf48523 Mon Sep 17 00:00:00 2001 From: AlexRatman Date: Sat, 17 Sep 2022 19:23:50 +0100 Subject: [PATCH] Add missing period which caused ignore list to fail (#5850) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index d04ce6257..d9a363d7d 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -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 = (