Add !help command
This commit is contained in:
@@ -36,7 +36,11 @@ Use prefix (in this case, "1") to call to attention before giving command. (EX.
|
||||
|
||||
### Public Commands
|
||||
|
||||
These can be ran by anyone, all bots will reply
|
||||
These can be ran by anyone, all bots will reply.
|
||||
|
||||
`!help` - prints this whole help message to console
|
||||
|
||||
`!help [command]` - replies in-game explaining command
|
||||
|
||||
`!ping` - replies with "pong"
|
||||
|
||||
@@ -86,7 +90,7 @@ These can be ran by anyone, all bots will reply
|
||||
|
||||
### Bot-specific Commands
|
||||
|
||||
These will only run for the bot they are addressed to
|
||||
These will only run for the bot they are addressed to.
|
||||
|
||||
`1respawn` - respawns the bot if it's dead
|
||||
|
||||
@@ -132,7 +136,7 @@ These will only run for the bot they are addressed to
|
||||
|
||||
### Authorized Commands
|
||||
|
||||
These dangerous commands can only be ran by the bot owner
|
||||
These dangerous commands can only be ran by the bot owner.
|
||||
|
||||
`1print [expression]` - replies with Python eval(expression)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user