diff --git a/build/OhFortuna/src/bot.py b/build/OhFortuna/src/bot.py index 57c0755..7e40690 100644 --- a/build/OhFortuna/src/bot.py +++ b/build/OhFortuna/src/bot.py @@ -334,7 +334,7 @@ async def roll(ctx, *, value: str = False): output = "{0}'s roll: {1} ({2})".format(name, total, line) await ctx.reply(output) 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`")