gwillen / herring

Modern Django and ReactJS based web application for puzzlehunt team management!
MIT License
7 stars 4 forks source link

Add a reaction to "puzzle solved" messages in channels to leave the puzzle #66

Open Zahariel opened 2 years ago

Zahariel commented 2 years ago

This was suggested during hunt 2022; it would reduce the "new message" notification from people leaving, and also save Marty when his capslock key was stuck on and he couldn't type bot commands.

Note: this probably has to be done with on_raw_reaction_add for reasons.