vanity commit

This commit is contained in:
2021-08-12 21:21:22 +02:00
parent ae8d268f3f
commit 9b489bcbd1
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class Admin(commands.Cog):
@commands.is_owner()
async def clear(self, ctx, amount=1):
await ctx.channel.purge(limit=amount)
log.warn(f'{ctx.message.author.name} cleared {amount} messages')
log.warn(f'{ctx.message.author} cleared {amount} messages')
@commands.Cog.listener()