fix discord ui script history

This commit is contained in:
m 2023-12-17 15:27:47 -06:00
parent 1d2fccdf8b
commit 581b60df1c

View File

@ -11,8 +11,9 @@ local container = LUI.UIVerticalList.new({
spacing = 5
})
history = {}
function canasktojoin(userid)
history = history or {}
if (history[userid] ~= nil) then
return false
end