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
|
Ask the magic 8ball for guidance
|
||||||
|
|
||||||
|
|
||||||
#### Bot/Botinfo:
|
#### Bot/Botinfo/Nourybot/Help:
|
||||||
Returns information about the bot
|
Returns information about the bot
|
||||||
|
|
||||||
#### Botstatus:
|
#### Botstatus:
|
||||||
|
@ -57,8 +57,6 @@ nourybot commands
|
||||||
#### Godoc/Godocs:
|
#### Godoc/Godocs:
|
||||||
Returns the godocs.io search for a given word
|
Returns the godocs.io search for a given word
|
||||||
|
|
||||||
#### Help:
|
|
||||||
Returns information about the bot.
|
|
||||||
#### Ping:
|
#### Ping:
|
||||||
Returns a Pong
|
Returns a Pong
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,7 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
case "help":
|
case "help":
|
||||||
commands.Help(target, nb)
|
commands.Help(target, nb)
|
||||||
case "nourybot":
|
case "nourybot":
|
||||||
|
|
||||||
commands.Help(target, nb)
|
commands.Help(target, nb)
|
||||||
|
|
||||||
case "num":
|
case "num":
|
||||||
|
|
Loading…
Reference in a new issue