[REQ] Add reaction in gratefulness club
Closed this issue · 2 comments
ThatNerdSquared commented
Whenever somebody begins a message with "Today I am grateful for" in the #gratefulness-club channel, a
debashisbiswas commented
This should already be implemented here:
https://github.com/knights-of-academia/horace/blob/develop/eventActions/gratitudeActions.js
Not sure why it's not showing up in production though. Config variables seem to be set properly, and it works in local tests
debashisbiswas commented
See issue #277
The gratitude reaction is handled after highlight messages, so when highlight messages throws an error, we're out of the function before getting to the gratitude reaction.