made lb reusable, and new sorting made by legonzaur

This commit is contained in:
2023-06-04 14:45:00 +02:00
parent 3aab0f9dd6
commit a30f1ab297
7 changed files with 75 additions and 180 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ async def sync(ctx):
synced = await client.tree.sync()
print(f'You synced {str(len(synced))} commands')
else:
await ctx.send('You must be the botowner to use this command!')
await ctx.send("```You must be the botowner to use this command!```")
async def main():
async with client: