From 91736d6a73e436704c3343e93e6041fc68975a83 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 6 Aug 2023 21:53:46 -0400 Subject: [PATCH] fix: fixed some weird looking formatting --- worldzero/worldzero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldzero/worldzero.py b/worldzero/worldzero.py index fe28732..481032f 100644 --- a/worldzero/worldzero.py +++ b/worldzero/worldzero.py @@ -11,7 +11,7 @@ class WorldZero(commands.Cog): @commands.group(name="worldzero", invoke_without_command=True, aliases=['wz']) async def worldzero(self, ctx: commands.Context): """Tells the user that this command doesn't do anything currently.""" - await ctx.send("This command doesn't do anything currently, have you tried a subcommand?\nCurrent subcommands:\n`-worldzero upgrade` - Checks what the Attack Power/Health of an item will be after upgrading it.\n- See `-help worldzero upgrade` for more information.") + await ctx.send("This command doesn't do anything currently, have you tried a subcommand?\nCurrent subcommands:\n- `-worldzero upgrade` - Checks what the Attack Power/Health of an item will be after upgrading it.\n - See `-help worldzero upgrade` for more information.") @worldzero.command(name="upgrade") async def worldzero_upgrade(self, ctx: commands.Context, power_amount: str, upgrade_amount: str):