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

format_events_grouped should not received range-d events #25

Open
vendethiel opened this issue Apr 17, 2019 · 0 comments
Open

format_events_grouped should not received range-d events #25

vendethiel opened this issue Apr 17, 2019 · 0 comments
Labels

Comments

@vendethiel
Copy link
Owner

vendethiel commented Apr 17, 2019

safe_create_message(channel_id, " ** UPCOMING **\n" + @bot.format_events_grouped(events[range], show_game))

we need to return a list and apply range then

otherwise if event *1 is GSL and event *11 is GSL, we won't see "in 2 hours then 1d 2h", because the *11 will have been split off already.

@vendethiel vendethiel added the bug label Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant