broke the bugfix

This commit is contained in:
Seaswimmer 2023-02-28 00:30:19 -05:00
parent 55cc943c50
commit eadf7463eb

View file

@ -8,7 +8,7 @@ class Galaxy(commands.Cog):
self.bot = bot
@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(lvlto)
temp = isinstance(lvlfrom,int)