diff --git a/modules/commands/warnings.py b/modules/commands/warnings.py index 7d49250..396e914 100644 --- a/modules/commands/warnings.py +++ b/modules/commands/warnings.py @@ -23,7 +23,7 @@ async def cmd_warnings(app: Client, msg: Message): return try: - user_db = col_users.find_one({"user": int(msg.command[1]), "active": True}) + user_db = col_users.find_one({"user": int(msg.command[1])}) target_id = user_db["user"] target_name = user_db["tg_name"] except: