fix: fixed some weird looking formatting

This commit is contained in:
Seaswimmer 2023-08-06 21:53:46 -04:00
parent 3b58541a7b
commit 91736d6a73
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -11,7 +11,7 @@ class WorldZero(commands.Cog):
@commands.group(name="worldzero", invoke_without_command=True, aliases=['wz']) @commands.group(name="worldzero", invoke_without_command=True, aliases=['wz'])
async def worldzero(self, ctx: commands.Context): async def worldzero(self, ctx: commands.Context):
"""Tells the user that this command doesn't do anything currently.""" """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") @worldzero.command(name="upgrade")
async def worldzero_upgrade(self, ctx: commands.Context, power_amount: str, upgrade_amount: str): async def worldzero_upgrade(self, ctx: commands.Context, power_amount: str, upgrade_amount: str):