From 20cfcdcd4f960ecba698973e13a1dfb3f969f2d8 Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 2 Mar 2023 17:52:16 -0600 Subject: [PATCH] Update help --- game/help.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" )