From f72a75e61b34a49d204cae46df01f3f3f81b3382 Mon Sep 17 00:00:00 2001 From: lyx0 Date: Sat, 23 Oct 2021 22:16:58 +0200 Subject: [PATCH] update commands --- commands.md | 6 ++---- pkg/handlers/command.go | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/commands.md b/commands.md index 57d0ea7..6c10d54 100644 --- a/commands.md +++ b/commands.md @@ -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 diff --git a/pkg/handlers/command.go b/pkg/handlers/command.go index 71d5b49..4f9f570 100644 --- a/pkg/handlers/command.go +++ b/pkg/handlers/command.go @@ -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":