mirror of https://gitlab.com/litecord/litecord.git
fix formatting
This commit is contained in:
parent
2ad6b29175
commit
e3f894330d
|
|
@ -98,7 +98,7 @@ async def set_max_concurrency(ctx, args):
|
|||
"""Update the `max_concurrency` for a bot.
|
||||
This can only be set for bot accounts!
|
||||
"""
|
||||
|
||||
|
||||
if int(args.max_concurrency) < 1:
|
||||
return print("max_concurrency must be >0")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue