From 02399404e2bebdc08764f702ad9347ad48682050 Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Thu, 10 Oct 2024 07:50:41 +0400 Subject: Remove messages when adding more people --- commands/users.py | 1 - 1 file changed, 1 deletion(-) (limited to 'commands') 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) -- cgit v1.2.3