-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic: the modular refactor and testing #161
Comments
While commands are extracted, each one should not absorb errors silently and instead provide the user some feedback. The same applies to any action conducted in direct messages. |
Assert that the calling user is a host for the tournament that exists. PROCEDURE START_TOURNAMENT PROCEDURE NEW_ROUND PROCEDURE DROP_TOURNAMENT_PLAYER |
CLASS SCORER |
Actually, it would make sense to drop players who left explicitly before starting the tournament. New round is out of our hands though as the command really only sends messages out. |
* Remove PersistentTimer's dependency on DiscordInterface * Replace 'link seams' with dependency injection * Fix tests #161
In progress
Done
The text was updated successfully, but these errors were encountered: