From 55cc943c500c88c3c5dd683d2196b01e6dd633f9 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 00:29:36 -0500 Subject: [PATCH] temporary bugfix command --- galaxy/galaxy.py | 7 +++++++ 1 file changed, 7 insertions(+) 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."""