jimenezj8 / colonel_blotto

A revival of a personally beloved game, meant for tournament-style play.
MIT License
1 stars 0 forks source link

Cancel game #10

Closed jimenezj8 closed 1 year ago

jimenezj8 commented 1 year ago

Make a command, /cancel_game, which will allow a user to select a game by ID, and cancel a scheduled game.

This slash command will fail if the game has already started. If a game starts with less than 2 participants, the game will auto-cancel. All associated rounds will be deleted.

jimenezj8 commented 1 year ago

Use this API method to get all currently scheduled messages

Use this API method to delete a particular scheduled message

jimenezj8 commented 1 year ago

If I'm using a scheduled message as the action trigger...I probably don't need to store the scheduled message IDs unless I pre-schedule all the messages

I'm going to revert all the pieces that have to do with the message IDs