From 7678a66c9266f9337278c79536740be0755c3574 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Feb 2023 00:30:51 -0500 Subject: [PATCH] wooo --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)