made lb reusable, and new sorting made by legonzaur
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user