mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 11:25:34 +00:00
commit
0c56dd4199
|
@ -37,7 +37,6 @@ class Lockdown:
|
||||||
await ctx.send(public_msg)
|
await ctx.send(public_msg)
|
||||||
msg = f"🔒 **Lockdown**: {ctx.channel.mention} by {ctx.author.mention} "\
|
msg = f"🔒 **Lockdown**: {ctx.channel.mention} by {ctx.author.mention} "\
|
||||||
f"| {self.bot.escape_message(ctx.author)}"
|
f"| {self.bot.escape_message(ctx.author)}"
|
||||||
# ":unlock: Channel unlocked."
|
|
||||||
await log_channel.send(msg)
|
await log_channel.send(msg)
|
||||||
|
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
|
|
Loading…
Reference in a new issue