diff --git a/cogs/verification.py b/cogs/verification.py index 1847047..0960a43 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -127,7 +127,7 @@ class Verification: msg = f"šŸ—‘ **Reset**: {ctx.author.mention} cleared {limit} messages "\ f" in {ctx.channel.mention}" msg += f"\nšŸ’¬ __Current challenge location__: under rule {rule_choice}" - log_channel = self.bot.get_channel(config.modlog_channel) + log_channel = self.bot.get_channel(config.log_channel) await log_channel.send(msg) # find rule that puts us over 2,000 characters, if any