diff --git a/manage/cmd/users.py b/manage/cmd/users.py index 87d3fdd..0a514e1 100644 --- a/manage/cmd/users.py +++ b/manage/cmd/users.py @@ -111,10 +111,10 @@ async def set_max_concurrency(ctx, args): int(args.user_id), ) - if bot == None: + if bot is None: return print("user not found") - if bot == False: + if not bot: return print("user must be a bot") await ctx.db.execute(