From 3cf9fd1df9c689538aec16c0802a5fc7ff05acae Mon Sep 17 00:00:00 2001 From: lyx0 Date: Fri, 15 Oct 2021 18:29:52 +0200 Subject: [PATCH] forgot a return --- pkg/handlers/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/handlers/command.go b/pkg/handlers/command.go index ae227e8..4badeaa 100644 --- a/pkg/handlers/command.go +++ b/pkg/handlers/command.go @@ -106,6 +106,7 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u return } else { commands.Fill(message.Channel, message.Message[7:len(message.Message)], twitchClient) + return } case "pyramid":