From 0c4224314bba66263cda197729cb7510cfc60564 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 11 Nov 2022 23:55:15 -0600 Subject: [PATCH] Add ping to help message --- game/help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game/help.py b/game/help.py index c3ad8ce..bcda064 100644 --- a/game/help.py +++ b/game/help.py @@ -19,6 +19,7 @@ class HelpManager(BaseGameManager): help_message = ( "Braveball commands\n" + + "ping - Will respond 'pong' if the bot is alive\n" + "!braveball - Start new game\n" + "!guess - While a game is running, add a guess" + " (or update an existing one) from 1-1000\n"