diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:52:50 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:52:50 +0400 |
commit | 694d823d4d46ec2914f6e210f8903887e4a72d79 (patch) | |
tree | b65d287baa763a56f4792bf7ad1c4e5358e672ee | |
parent | 02399404e2bebdc08764f702ad9347ad48682050 (diff) |
fixup! Remove messages when adding more people
-rw-r--r-- | commands/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |