mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 17:55:36 +00:00
mod: hotfix
This commit is contained in:
parent
f39d6fa4ae
commit
cdd98f49b5
|
@ -425,7 +425,7 @@ class Mod(Cog):
|
|||
channel = ctx.channel
|
||||
await channel.purge(limit=limit)
|
||||
msg = (
|
||||
f"🗑 **Purged**: str(ctx.author)} purged {limit} "
|
||||
f"🗑 **Purged**: {str(ctx.author)} purged {limit} "
|
||||
f"messages in {channel.mention}."
|
||||
)
|
||||
await log_channel.send(msg)
|
||||
|
|
Loading…
Reference in a new issue