Skip to content

Commit

Permalink
Update pixelateTG.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arbadacarbaYK authored May 24, 2024
1 parent b5d13fa commit d0082ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixelateTG.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def pixelate_faces(update: Update, context: CallbackContext) -> None:
[InlineKeyboardButton("Cats (press until happy)", callback_data=f'cats_overlay_{session_id}')],
[InlineKeyboardButton("Pepe (press until happy)", callback_data=f'pepe_overlay_{session_id}')],
[InlineKeyboardButton("Chad (press until happy)", callback_data=f'chad_overlay_{session_id}')],
[InlineKeyboardButton("Bring the Clowns (press until happy)", callback_data=f'clowns_overlay_{session_id}')],
[InlineKeyboardButton("Clowns (press until happy)", callback_data=f'clowns_overlay_{session_id}')],
[InlineKeyboardButton("Cancel", callback_data=f'cancel_{session_id}')], # Add Cancel button
]
reply_markup = InlineKeyboardMarkup(keyboard)
Expand Down

0 comments on commit d0082ff

Please sign in to comment.