Add !help command

This commit is contained in:
2021-04-19 04:18:40 +00:00
parent bdfec0f9a4
commit 87bb638270
3 changed files with 35 additions and 14 deletions
+7 -3
View File
@@ -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)