#how do i format this before encoding?

1 messages · Page 1 of 1 (latest)

soft solar
#

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
                },
            }
        }
coarse jewel
#

try this

soft solar
#

oh i forgot one of the }

coarse jewel
soft solar
#

yes

#

/thank you