
Telegram bot problem
Hi, please note I'm an absolute beginer trying to create my first ever scenario, and I'm running into some issues. (I was using Gemini to guide me how to build it so there might be logic gaps that I simply don't understand yet).
What I'm trying to buildis a bot that gives Tarot readings. When user gives /start command it should show 3 pillars (Love, Career, Inner growth) as buttons and a welcome message. Once they choose a pillar they should get a reading through the AI (and store that entry). A user gets one reading a day, so if they click the same or any other pillar it should give them a message that encourages them to come back tomorrow.
It succesfully does the first two steps but fails at giving that "sorry come back tomorrow" mesaage. It doesn't register it in the data starore either. In fact, it registered the first entry as /start rather than Love.
Could you please tell me why is it failing to complete the intended logic?