Not getting wipe messages just a blank msg

i recently installed discord wipe and placeholder API and couldnt' get the msgs to come through.
all that happens when i do a test wipe is i get a blank msg in the discord channel

i increased logging and got this

14:38 [Info] [Discord Wipe] Info: SendMessage - MapMode=None
14:38 [Info] [Discord Wipe] Info: SendDiscordAttachmentMessage message.ToJson()
{"content":"@everyone","embeds":[{"color":14583602,"fields":[{"name":"Seed","value":"[13833](https://rustmaps.com/map/4000_13833)","inline":true},{"name":"Size","value":"4000M (16km^2)","inline":true},{"name":"Protocol","value":"2314","inline":true},{"name":"Click & Connect","value":"steam://connect/****redacted****:28015","inline":false}],"title":"****redacted****","description":"The server has wiped!","image":{"url":"attachment://map.jpg"},"footer":{"text":"Discord Wipe V2.3.1 by MJSU","icon_url":"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/47/***redacted***"}}]}
14:38 [Info] Rust:IO> External IP address obtained from lookup: ***redacted****
14:38 [Info] [Rust Map Api] Loaded image icons

but nothing in discord except a blank msg again

is there somewhere else i can look to see more info why its not coming through ?

Can you please share your config? Be sure to remove the webhook Url's.

{
"Debug Level (None, Error, Warning, Info)": "Info",
"Command": "dw",
"Rust Map Image Settings": {
"Map Image Source (None, RustMaps, RustMapApi)": "None",
"RustMaps.com Settings": {
"RustMap.com API Key": "redacted",
"Generate Staging Map": false
},
"RustMapApi Settings": {
"Render Name": "Icons",
"Image Resolution Scale": 0.5,
"File Type (Jpg, Png": "Jpg"
}
},
"Send wipe message when server wipes": true,
"Wipe Webhook url": "redacted",
"Send protocol message when server protocol changes": true,
"Protocol Webhook url": "redacted",
"Wipe messages": [
{
"Content": "@everyone",
"Webhook Override (Overrides the default webhook for this message)": "redacted",
"Send Mode (Always, Random)": "Always",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "The server has wiped!",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "attachment://map.jpg",
"Thumbnail Url": "",
"Fields": [
{
"Title": "Seed",
"Value": "[{world.seed}](https://rustmaps.com/map/{world.size}_{world.seed})",
"Inline": true,
"Enabled": true
},
{
"Title": "Size",
"Value": "{world.size}M ({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": "",
"Text": "",
"Enabled": true
}
}
}
],
"Protocol messages": [
{
"Content": "@everyone",
"Webhook Override (Overrides the default webhook for this message)": "redacted",
"Send Mode (Always, Random)": "Always",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "The server protocol has changed!",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "",
"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": "",
"Text": "",
"Enabled": true
}
}
}
]
}

I was about to take the output you sent before and get it to display manually. Can you send a screenshot of the message you're seeing?

aSFQwwYe1syiIGM.png