You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot is sending multiple notifications about the same football game every 6 hours even if user has already bought the ticket or is not interested in the football match
Tasks
Implement options for user to interact for each new game - ['Going', 'Not Going']
Implement a relational database (PostgreSQL?) to store user's choice and the new game information
Stop sending repeated notifications for the same game
Description
Bot is sending multiple notifications about the same football game every 6 hours even if user has already bought the ticket or is not interested in the football match
Tasks