Merge branch 'master' of github.com:aveao/robocop-ng

This commit is contained in:
Ave Ozkal 2018-12-24 03:28:46 +03:00
commit 96bfb9ef28
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -41,7 +41,6 @@ class Lockdown:
await ctx.send(public_msg)
msg = f"🔒 **Lockdown**: {ctx.channel.mention} by {ctx.author.mention} "\
f"| {self.bot.escape_message(ctx.author)}"
# ":unlock: Channel unlocked."
await log_channel.send(msg)
@commands.guild_only()