diff --git a/client/chatbot.go b/client/chatbot.go index aca2c9f..1fdafe6 100644 --- a/client/chatbot.go +++ b/client/chatbot.go @@ -30,6 +30,7 @@ func (h *BotHandlers) SetUserVariables(msg messages.Message) { "name": username, "isAdmin": "false", "messageID": fmt.Sprint(msg.MessageID), + "channelID": msg.Channel, } // Set global variables.