Skip to content

Commit

Permalink
fix typo )
Browse files Browse the repository at this point in the history
  • Loading branch information
krz authored Apr 20, 2023
1 parent 04bd184 commit 1aecd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LFJokes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

EventUtil.ContinueOnAddOnLoaded("Blizzard_Calendar", function()
CalendarViewEventAcceptButton:HookScript("OnClick", function()
j = decode(jokes[math.random(#jokes)]))
j = decode(jokes[math.random(#jokes)])
SendChatMessage(j, "GUILD")
end
)
Expand Down

0 comments on commit 1aecd4c

Please sign in to comment.