Hello. I am passing this table through PostAsync (link works, tested with a basic text request.)
{
{
username = "Jackpot Win",
embeds = {
{
description = a.Name .. ' has won the Server Jackpot. [Minimum: 0. Maximum: 1Qd]',
fields = {
color = 16777215,
{
name = "Chance",
value = addtitle(chance)
},
{
name = "Total",
value = addtitle(jackpot.Total)
},
{
name = "Added",
value = addtitle(jackpot.Players[winner].Total);
}
}
}
}
}
}
and am getting HTTP 400 Bad request. Ideas?