fixed spelling issue
This commit is contained in:
parent
5817492603
commit
6a9bfa824a
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ async def roll(ctx, *, value: str = False):
|
||||||
output = "{0}'s roll: {1} ({2})".format(name, total, line)
|
output = "{0}'s roll: {1} ({2})".format(name, total, line)
|
||||||
await ctx.reply(output)
|
await ctx.reply(output)
|
||||||
except:
|
except:
|
||||||
await ctx.reply("Invalid arguement, please use `!help r/i to learn more`")
|
await ctx.reply("Invalid argument, please use `!help r/i to learn more`")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue