diff --git a/pkg/handlers/command.go b/pkg/handlers/command.go index f360df5..6cc9735 100644 --- a/pkg/handlers/command.go +++ b/pkg/handlers/command.go @@ -13,6 +13,8 @@ import ( func Command(message twitch.PrivateMessage, nb *bot.Bot) { logrus.Info("fn Command") + utils.CommandUsed() + // commandName is the actual command name without the prefix. commandName := strings.ToLower(strings.SplitN(message.Message, " ", 3)[0][2:])