Skip to content

Commit

Permalink
fixed a minor syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
s0lst1ce committed Apr 30, 2019
1 parent 4769af5 commit 303451d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion executioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ async def new(ctx, description):


@bot.command(pass_context=True)
async def clear(ctx, nbr=1, user=None)
async def clear(ctx, nbr=1, user=None):
pass



Expand Down

0 comments on commit 303451d

Please sign in to comment.