Hey ! I have no problem with dw wipe but whenever i try to send dw protocol it gives me this log
| [Discord Wipe] HTTP/1.1 400 Bad Request {"embeds": ["0"]}Here's my cfg. (erased the webhooks only here. )
{
"Debug Level (None, Error, Warning, Info)": "None",
"Command": "dw",
"Map Render Name": "Icons",
"Wipe Webhook url": "xxx",
"Protocol Webhook url": "xxx",
"Wipe message": {
"Content": "@everyone",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "**El servidor ha wipeado!**",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "https://i.imgur.com/H4S8Wl5.jpg",
"Thumbnail Url": "",
"Fields": [
{
"Title": "Seed",
"Value": "[{world.seed}](http://playrust.io/map/?Procedural%20Map_{world.size}_{world.seed})",
"Inline": true,
"Enabled": true
},
{
"Title": "Size",
"Value": "{world.size!km}km ({world.size!km^2}km^2)",
"Inline": true,
"Enabled": true
},
{
"Title": "Protocol",
"Value": "{server.protocol.network}",
"Inline": true,
"Enabled": true
},
{
"Title": "Click & Connect",
"Value": "steam://connect/{server.address}:{server.port}",
"Inline": false,
"Enabled": true
}
],
"Footer": {
"Icon Url": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/fe/fec8f9a3b5c6ae3a567cdf9ad872f6d60f9c9970_full.jpg",
"Text": "http://rust.arenalatam.gg",
"Enabled": true
}
}
},
"Protocol message": {
"Content": "@everyone",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "El servidor se ha actualizado!",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "https://i.imgur.com/H4S8Wl5.jpg",
"Thumbnail Url": "",
"Fields": [
{
"Title": "Protocol",
"Value": "{server.protocol.network}",
"Inline": true,
"Enabled": true
},
{
"Title": "Previous Protocol",
"Value": "{server.protocol.previous}",
"Inline": true,
"Enabled": true
},
{
"Title": "Mandatory Client Update",
"Value": "This update requires a mandatory client update in order to be able to play on the server",
"Inline": false,
"Enabled": true
},
{
"Title": "Click & Connect",
"Value": "steam://connect/{server.address}:{server.port}",
"Inline": false,
"Enabled": true
}
],
"Footer": {
"Icon Url": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/fe/fec8f9a3b5c6ae3a567cdf9ad872f6d60f9c9970_full.jpg",
"Text": "http://rust.arenalatam.gg",
"Enabled": true
}
}
}
} 