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
Currently the bot doesn't validate in /nextmeetup command. The bot should check if the current time is past the scheduled events time, it should respond with no meetup scheduled.
timeString:=data.Date.In(location).Format("Mon _2 Jan 2006")
The comparison should happen after we have fetched from the database and before we start formatting the final message.
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
Write a comment in this issue thread to let other possible contributors know that you are working on this bug. For eg : Hey all, I would like to work on this issue., follow Contributing to the bot 🔥✨ and feel free to ask anything related to this issue ✌️
The text was updated successfully, but these errors were encountered:
Currently the bot doesn't validate in
/nextmeetup
command. The bot should check if the current time is past the scheduled events time, it should respond withno meetup scheduled
.Directions/Approach
bots/telegram-bot/meetup.go
Line 150 in 63c5127
The comparison should happen after we have fetched from the database and before we start formatting the final message.
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
Write a comment in this issue thread to let other possible contributors know that you are working on this bug. For eg :
Hey all, I would like to work on this issue.
, follow Contributing to the bot 🔥✨ and feel free to ask anything related to this issue ✌️The text was updated successfully, but these errors were encountered: