mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-07-19 14:17:46 +00:00
Merge branch 'master' of github.com:aveao/robocop-ng
This commit is contained in:
commit
96bfb9ef28
|
@ -41,7 +41,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