diff --git a/src/cogs/moderation.py b/src/cogs/moderation.py index 94c9e2d..ee7e773 100644 --- a/src/cogs/moderation.py +++ b/src/cogs/moderation.py @@ -52,7 +52,7 @@ class Moderation: await ctx.send('Are you sure you are capable of this command?') try: await member.ban() - await ctx.send(f'You kicked **`{member.name}`** from **`{ctx.guild.name}`**') + await ctx.send(f'You banned **`{member.name}`** from **`{ctx.guild.name}`**') except Exception as e: await ctx.send('You may not use this command, as you do not have permission to do so:\n\n**`{ctx.guild.name}`**'