From fc2fe0a396f29ed1df2ab7c16e909504da97f159 Mon Sep 17 00:00:00 2001 From: c0de Date: Sat, 10 Dec 2022 12:31:56 -0600 Subject: [PATCH] update help --- game/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )