diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 440327d..0737927 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -8,7 +8,7 @@ class Galaxy(commands.Cog): self.bot = bot @commands.command() - async def warehouset(self, ctx: commands.Context, *, lvlfrom: str, lvlto: str): + async def warehouset(self, ctx: commands.Context, *, lvlfrom: str = None, lvlto: str = None): print(lvlfrom) print(lvlto) temp = isinstance(lvlfrom,int)