Skip to content

Commit

Permalink
Update photo URL in /testPhoto command
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-yz committed Feb 9, 2024
1 parent 90d30cb commit 6096d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/simplebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def lambda_handler(event, context):
logger.info(response)

elif message == "/testPhoto":
response = "https://eventro.ir/images/events/logos/44543.jpg"
response = "https://eventro.ir/images/events/poster/44543.jpg"
send_photo(chat_id, response, BASE_URL, "<a href='https://eventro.ir/events/44543'>🎟️ Buy Tickets</a>")
logger.info(response)
else:
Expand Down

0 comments on commit 6096d67

Please sign in to comment.