diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:50:41 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:50:41 +0400 |
commit | 02399404e2bebdc08764f702ad9347ad48682050 (patch) | |
tree | 97416167ff2579abaa814a1ba25ef4549ed951b2 /commands/users.py | |
parent | 99cecda187cf48ef8dada013ed7320e3124e0181 (diff) |
Remove messages when adding more people
Diffstat (limited to 'commands/users.py')
-rw-r--r-- | commands/users.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/users.py b/commands/users.py index 8808bf6..168d3de 100644 --- a/commands/users.py +++ b/commands/users.py @@ -46,7 +46,6 @@ async def add_users( for user in context.args: context.chat_data["users"].append(user) - await update.message.reply_text(USER_ADD.format(user=user)) await update.message.reply_text(USERS_ADDED) |