From 694d823d4d46ec2914f6e210f8903887e4a72d79 Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Thu, 10 Oct 2024 07:52:50 +0400 Subject: fixup! Remove messages when adding more people --- commands/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/users.py b/commands/users.py index 168d3de..4134a21 100644 --- a/commands/users.py +++ b/commands/users.py @@ -14,7 +14,7 @@ from telegram.ext import ContextTypes from collections import deque from strings import USER_NOT_PROVIDED, USERS_ADDED, USERS_REMOVED, \ - EXPECTED_ONE_USER, USER_SET, USER_ADD, USER_REMOVE, ADD_MORE_USERS, \ + EXPECTED_ONE_USER, USER_SET, USER_REMOVE, ADD_MORE_USERS, \ NEXT_MOVIE_USER, USER_NOT_FOUND, USER_CHOOSE, NO_USERS, \ EVENT_USER_HAD_EVENT, NEXT_MOVIE from utils import context_init, create_users_string, choose_next_user -- cgit v1.2.3