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 31, 2024
1 parent 11b7dc1 commit 0217724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pixelateTG.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ def pixelate_command(update: Update, context: CallbackContext) -> None:
# Clean up temporary files
os.remove(gif_path)
else:
update.message.reply_text('Please reply to a photo

update.message.reply_text('Please reply to a photo or a GIF.')


def main() -> None:
Expand Down

0 comments on commit 0217724

Please sign in to comment.