broke the bugfix
This commit is contained in:
parent
55cc943c50
commit
eadf7463eb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Galaxy(commands.Cog):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def warehouset(self, ctx: commands.Context, *, lvlfrom: int, lvlto: int):
|
async def warehouset(self, ctx: commands.Context, *, lvlfrom: str, lvlto: str):
|
||||||
print(lvlfrom)
|
print(lvlfrom)
|
||||||
print(lvlto)
|
print(lvlto)
|
||||||
temp = isinstance(lvlfrom,int)
|
temp = isinstance(lvlfrom,int)
|
||||||
|
|
Loading…
Reference in a new issue