- "Send a shot" where I can tag who I want to have a drink/shot with. Do a synchronized drink timer
- BAC Calculator, but make sure people know we're not storing any user data
- Clinking glass audio
- "Silent mode", where I can do like
!beers two hearted ale --silent
or!beers-silent two hearted ale
and just get a reaction as confirmation<!-- - Trigger an event with some Emoji voting (participate or don't) --> <!-- - Have a way to start the shot countdown or whatever --> <!-- - Figure out if we want to have a countdown --> <!-- - Add those drinks to the server -->
- Should we still send an acknowledgement after a drink is successful? Should that be a DM?
- Mitigating factor here could be a
silent
mode for commands
- Mitigating factor here could be a
- Move off of Heroku's insane $9 a month Postgres provider. That is some nonsense
- Think some more about moving this to an AWS EC2 instance or some server somewhere
- Investigate a better build tool?
- Set up some alerting/logging solution for the
client.error
related stuff - Better documentation so I don't forget how the whole thing works after not touching this code for weeks