Add ping to help message
This commit is contained in:
parent
1a3d2f0b14
commit
0c4224314b
@ -19,6 +19,7 @@ class HelpManager(BaseGameManager):
|
|||||||
|
|
||||||
help_message = (
|
help_message = (
|
||||||
"Braveball commands\n"
|
"Braveball commands\n"
|
||||||
|
+ "ping - Will respond 'pong' if the bot is alive\n"
|
||||||
+ "!braveball - Start new game\n"
|
+ "!braveball - Start new game\n"
|
||||||
+ "!guess - While a game is running, add a guess"
|
+ "!guess - While a game is running, add a guess"
|
||||||
+ " (or update an existing one) from 1-1000\n"
|
+ " (or update an existing one) from 1-1000\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user