BareBot: Set channelID variable to the current channel

This commit is contained in:
Noah 2025-05-07 20:19:33 -07:00
parent 25f4fcba0d
commit d08a429fb8

View File

@ -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.