update commands

This commit is contained in:
lyx0 2021-10-23 22:16:58 +02:00
parent 33cfd3feb5
commit f72a75e61b
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ nourybot commands
Ask the magic 8ball for guidance
#### Bot/Botinfo:
#### Bot/Botinfo/Nourybot/Help:
Returns information about the bot
#### Botstatus:
@ -56,9 +56,7 @@ nourybot commands
#### Godoc/Godocs:
Returns the godocs.io search for a given word
#### Help:
Returns information about the bot.
#### Ping:
Returns a Pong

View file

@ -194,6 +194,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
case "help":
commands.Help(target, nb)
case "nourybot":
commands.Help(target, nb)
case "num":