From 992b2cbf1f64c6404770c4e24c70afb6b3f83388 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 13 Aug 2022 18:54:42 -0300 Subject: [PATCH] lint pass --- manage/cmd/users.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(