Skip to content

Commit 1bf5003

Browse files
committed
Drop the confirmation message for join requests
1 parent 10b43d4 commit 1bf5003

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/joinrequests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ async def join_request_buttons(update: Update, context: ContextTypes.DEFAULT_TYP
160160
if "User_already_participant" not in exc.message:
161161
raise exc
162162

163-
await user.send_message("Nice! Have fun in the group 🙂")
164163
reply_markup = None
165164
else:
166165
user_data.setdefault(int(chat_id), {}).setdefault("pressed button 1", []).append(

0 commit comments

Comments
 (0)