Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriaarrr committed Feb 28, 2021
1 parent 401a9ec commit 7d34e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def ban(ctx, member : discord.Member, *, reason = None ):
await member.ban(reason = reason)
await ctx.send(f"Banned {member.mention}")


#unban command
@client.command()
@commands.has_permissions(manage_messages=True)
async def unban(ctx, user : discord.User):
Expand Down

0 comments on commit 7d34e69

Please sign in to comment.