Fix chat commands

This commit is contained in:
Leonetienne 2022-06-05 13:16:52 +02:00
parent 287ff7c973
commit 110e582336
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
test*
*.zip
# This directory is required for zipping
/Sitcomify

View File

@ -38,7 +38,7 @@ eventFrame:SetScript("OnEvent", function(self, e, ...)
end);
SLASH_SITCOMIFY1 = "/laughtrack"
SLASH_SITCOMIFY1 = "/lt"
SLASH_SITCOMIFY2 = "/lt"
SlashCmdList["SITCOMIFY"] = function(msg)
Sitcomify.Laugh();