Hello Discord Wipe MAP IMAGE

I Installed A Discord Wipe Plugin. When Wipe, it automatically sends Discorda Message. But it Sends What Photo I Post. How Can I Automatically Install The Map As Photo On Discor? I deleted the link I uploaded. Yet he does not share anything. Do I Need to Do Anything Extra?

Can you post your config and be sure to remove the webhook url.

{
"Debug Level (None, Error, Warning, Info)": "Warning",
"Command": "dw",
"Rust Map Image Settings": {
"Render Name": "Icons",
"Image Resolution Scale": 0.5,
"File Type (Jpg, Png": "Jpg"
},
"Send wipe message when server wipes": true,
"Wipe Webhook url": "",
"Send protocol message when server protocol changes": true,
"Protocol Webhook url": "",
"Wipe messages": [
{
"Content": "||@everyone @here||",
"Send Mode (Always, Random)": "Always",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "The server has wiped!",
"Url": "",
"Embed Color": "#00FFFB",
"Image Url": "https://www.dropbox.com/s/glbo5wuyh21oqix/3213.png?dl=1",
"Thumbnail Url": "https://www.dropbox.com/s/dzikygbsvmikr17/KucukBeyazMavi.png?dl=1",
"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": "https://www.dropbox.com/s/dzikygbsvmikr17/KucukBeyazMavi.png?dl=1",
"Text": "BATTLEFIELD",
"Enabled": true
}
}
}
],
"Protocol messages": [
{
"Content": "||@everyone @here||",
"Send Mode (Always, Random)": "Always",
"Embed": {
"Enabled": true,
"Title": "{server.name}",
"Description": "The server protocol has changed!",
"Url": "",
"Embed Color": "#00FFFB",
"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
}
}
}
]
}

You changed the "Image Url" which is what is used for map image attachment. Grab it from the default config on the plugin page and use that.

Just need change this is

"attachment://map.jpg",​

Yeah that's what the plugin uses to know it should upload the image and discord uses that to display the image.

Thank you so much