cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

[chore] Discord unhappy path #41

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

At 0 and 30 minutes on the hour, the bot will look for sessions that haven't been active for 60 minutes (based on "timestamp") and delete them. Timestamp is set when the session is created, and then set again every time the GSI data comes in

GIVEN user A is being coached in channel A WHEN user A types /coachme in any channel THEN user should get an error message they are already being coached

GIVEN user A is being coached WHEN user A to types /stop anywhere THEN user A's session will be stopped