reset: move logs to server logs
This commit is contained in:
parent
a07a89992e
commit
b7fcaa5c20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue