diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index bd80d07..e580412 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -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."""