temporary bugfix command

This commit is contained in:
Seaswimmer 2023-02-28 00:29:36 -05:00
parent c0f51c16ba
commit 55cc943c50

View file

@ -7,6 +7,13 @@ class Galaxy(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.command()
async def warehouset(self, ctx: commands.Context, *, lvlfrom: int, lvlto: int):
print(lvlfrom)
print(lvlto)
temp = isinstance(lvlfrom,int)
print(str(temp))
@commands.command()
async def warehouse(self, ctx: commands.Context, *, lvlfrom: int, lvlto: int):
"""Calculates the total cost to upgrade your warehouse from a level to a level."""