diff --git a/cogs/mod.py b/cogs/mod.py index 3071e89..b282102 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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)