mod: hotfix

This commit is contained in:
Ave 2021-01-29 23:13:22 +03:00
parent f39d6fa4ae
commit cdd98f49b5
No known key found for this signature in database
GPG key ID: 398DD7BD03276F6D

View file

@ -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)