reset: move logs to server logs

This commit is contained in:
Ave Ozkal 2019-02-16 16:55:26 +03:00
parent a07a89992e
commit b7fcaa5c20
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

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