wooo
This commit is contained in:
parent
eadf7463eb
commit
7678a66c92
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue