fix: another docs fix
This commit is contained in:
parent
91736d6a73
commit
952b1c55b6
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class WorldZero(commands.Cog):
|
||||||
@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):
|
||||||
"""Checks what the Attack Power/Health of an item will be after upgrading it.
|
"""Checks what the Attack Power/Health of an item will be after upgrading it.
|
||||||
|
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
- The `power_amount` argument is the Attack Power/Health of the item you're looking to upgrade.
|
- The `power_amount` argument is the Attack Power/Health of the item you're looking to upgrade.
|
||||||
|
|
||||||
- The `upgrade_amount` argument is the number of times your item can be upgraded."""
|
- The `upgrade_amount` argument is the number of times your item can be upgraded."""
|
||||||
try:
|
try:
|
||||||
stat_int = int(f"{power_amount}".replace(",", ""))
|
stat_int = int(f"{power_amount}".replace(",", ""))
|
||||||
|
|
Loading…
Reference in a new issue