diff --git a/game/help.py b/game/help.py index dae7229..9e7f01b 100644 --- a/game/help.py +++ b/game/help.py @@ -24,10 +24,9 @@ class HelpManager(BaseGameManager): + "!guess - While a game is running, add a guess" + " (or update an existing one) from 1-1000\n" + "!resolve - 1-1000 to resolve the game\n" - + " You can also add a batter's guess with: " - + "!resolve \n" + + "!clear - Clear the session scoreboard\n" + "!points - Shows a table of the most recent players, and their scores\n" - + "!reset - Removes all players and total points" + + "!reset - Removes all players and total points\n" + "!help - Shows this message" )