fixed spelling issue

This commit is contained in:
Ranomier 2022-03-16 13:35:39 +00:00
parent 5817492603
commit 6a9bfa824a

View file

@ -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`")