From 6a9bfa824a61ad2e88368c6f0a1d00dbce25a500 Mon Sep 17 00:00:00 2001 From: Ranomier Date: Wed, 16 Mar 2022 13:35:39 +0000 Subject: [PATCH] fixed spelling issue --- build/OhFortuna/src/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`")