Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 544 Bytes

ARGUMENTS.md

File metadata and controls

28 lines (26 loc) · 544 Bytes

Valid data arguments

["author"] = {
    ["name"] = "Author Name",
    ["url"] = "url to redirect to",
    ["icon_url"] = "image url",
},
["color"] = --[[ Decimal Value https://www.spycolor.com/ ]],
["title"] = "Title",
["url"] = "Url to redirect title to",
["description"] = "Description",
["fields"] = {
    ["name"]= "Field Name",
    ["value"]= "Field Value",
    ["inline"] = boolean
},
["footer"] = {
    ["icon_url"] = "image url"
},
["thumbnail"] = {
    ["url"] = "image url"
},
["image"] = {
    ["url"] = "image url"
},