This commit is contained in:
Pika 2018-12-23 19:22:57 -05:00 committed by GitHub
parent 27c991f0af
commit c9a26be47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,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()