Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check scheduled meetups date in /nextmeetup #66

Open
daemon1024 opened this issue Nov 30, 2020 · 1 comment
Open

Check scheduled meetups date in /nextmeetup #66

daemon1024 opened this issue Nov 30, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed improvement telegram bot

Comments

@daemon1024
Copy link
Member

daemon1024 commented Nov 30, 2020

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.

Directions/Approach

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 ✌️

@daemon1024 daemon1024 added good first issue Good for newcomers help wanted Extra attention is needed improvement telegram bot labels Nov 30, 2020
@deexithparand
Copy link

Hey all, I would like to work on this issue. Could you please assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed improvement telegram bot
Projects
None yet
Development

No branches or pull requests

2 participants