i copied it from a embed making website and changes a few things and it does not work when i encode it?
please help i did everything the same as the first times which worked
just tell me wwhat is wrong ✔
code:
local data = { -- this is for a webhook btw
["content"] = "",
["embeds"] = {
["title"] = "Said in chat:",
["description"] = '"'..msg..'"',
["color"] = 13750737,
["author"] = {
["name"] = plr.Name.." ▪ "..plr.UserId
},
["footer"] = {
["text"] = footer
},
}
}