Fix slash command variables for color configuration in Channeler

This commit is contained in:
2025-06-29 13:51:49 +02:00
parent e94e9ed536
commit a625f974c2

View File

@@ -218,5 +218,5 @@ SLASH_CHANNELER2 = "/f"
-- /run SlashCmdList["CHANNELER_COLORS"]() -- /run SlashCmdList["CHANNELER_COLORS"]()
SlashCmdList["CHANNELER_COLORS"] = function(msg) ConfigureColor() end SlashCmdList["CHANNELER_COLORS"] = function(msg) ConfigureColor() end
SLASH_CHANNELER1 = "/fixcolors" SLASH_CHANNELER_COLORS1 = "/fixcolors"
SLASH_CHANNELER2 = "/fc" SLASH_CHANNELER_COLORS2 = "/fc"