This commit is contained in:
Seaswimmer 2023-02-28 00:30:51 -05:00
parent eadf7463eb
commit 7678a66c92

View file

@ -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)