Add missing period which caused ignore list to fail (#5850)

This commit is contained in:
AlexRatman 2022-09-17 19:23:50 +01:00 committed by GitHub
parent 9d820234bb
commit d7d6ab46f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = (