wrong word lmao
This commit is contained in:
Agg
2018-06-20 21:27:51 +03:00
committed by GitHub
parent 871a5f73be
commit 9267acf8fb
+1 -1
View File
@@ -52,7 +52,7 @@ class Moderation:
await ctx.send('Are you sure you are capable of this command?') await ctx.send('Are you sure you are capable of this command?')
try: try:
await member.ban() 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: 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}`**' await ctx.send('You may not use this command, as you do not have permission to do so:\n\n**`{ctx.guild.name}`**'