fix formatting

This commit is contained in:
spiral 2021-11-10 00:44:54 -05:00
parent 2ad6b29175
commit e3f894330d
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ async def set_max_concurrency(ctx, args):
"""Update the `max_concurrency` for a bot. """Update the `max_concurrency` for a bot.
This can only be set for bot accounts! This can only be set for bot accounts!
""" """
if int(args.max_concurrency) < 1: if int(args.max_concurrency) < 1:
return print("max_concurrency must be >0") return print("max_concurrency must be >0")