diff --git a/game/help.py b/game/help.py index 90cb28e..dae7229 100644 --- a/game/help.py +++ b/game/help.py @@ -27,7 +27,7 @@ class HelpManager(BaseGameManager): + " You can also add a batter's guess with: " + "!resolve \n" + "!points - Shows a table of the most recent players, and their scores\n" - + "!reset - Removes all the guesses" + + "!reset - Removes all players and total points" + "!help - Shows this message" )