mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
update commands
This commit is contained in:
parent
33cfd3feb5
commit
f72a75e61b
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue