diff --git a/manage/cmd/users.py b/manage/cmd/users.py index 48717a0..e54ee87 100644 --- a/manage/cmd/users.py +++ b/manage/cmd/users.py @@ -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")