Add ping to help message

This commit is contained in:
c0de 2022-11-11 23:55:15 -06:00
parent 1a3d2f0b14
commit 0c4224314b

View File

@ -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"