waterloo-rocketry / minerva-old

Waterloo Rocketry's custom slackbot
3 stars 2 forks source link

Minerva sometimes doesn't register well-formatted descriptions #32

Closed wendi-yu closed 1 year ago

wendi-yu commented 3 years ago

Minerva only looks at the next four events in the calendar, so if we have more events than that the 5th+ ones won't be registered properly. Look at ways to fix this - should we increase the cap, or do something different and more clever to figure out what to look at?

chrissank commented 3 years ago

Increasing the amount to select is the way to go. Should be a single-character change (https://github.com/waterloo-rocketry/minerva/blob/master/src/scheduled/events.js#L13) change the 4 to a higher number. 8 seems reasonable.

QuantumManiac commented 1 year ago

Fixed by #34