Create multiple embed messages?
Hi, I've been trying to change DiscordWipe.json for hours to send me a message like that:

But when i enter the embed code is not working:

{
  "embeds": [{
    "title": "__**{Servername}**__",
    "description": "__**Hi we are announcing that server has wiped**__\\n`{ServerDescription}",
    "color": 9306299,
    "image": {
      "url": "https://images-ext-1.discordapp.net/external/oSf2OrFZpIGcDzlVA0MEdY9FT5ttq_bkPb_I2uq1Iik/https/images-ext-2.discordapp.net/external/LrpZ7KN5KddOnNB1lbJFEyKb8NV1j5e2kyd9cid_hBM/%253Fwidth%253D855%2526height%253D481/https/images-ext-2.discordapp.net/external/dUVhxGkL-lcSf-zfZ8qmuvdDN8egxETMXvtVm_sQtPc/https/i.ytimg.com/vi/Z89pOy6vsB8/maxresdefault.jpg"
    },
    "thumbnail": {
      "url": "https://i.imgur.com/hwsvzmr.png"
    }
  }, {
    "title": "Click & Connect",
    "description": "If you click on the title, Rust will open and you will be automatically connected to the server",
    "url": "steam://connect/{ServerIp}:{ServerPort}",
    "color": 9306299,
    "fields": [{
      "name": "Or type in Concole(Press F1 for console)",
      "value": "steam://connect/{ServerIp}:{ServerPort}"
    }]
  }, {
    "title": "MAP",
    "url": "[{MapSeed}](http://playrust.io/map/?Procedural%20Map_{MapSize}_{MapSeed})",
    "color": 9306299,
    "fields": [{
      "name": "Seed",
      "value": "[{MapSeed}](http://playrust.io/map/?Procedural%20Map_{MapSize}_{MapSeed})",
      "inline": true
    }, {
      "name": "Size",
      "value": "{MapSize} ({MapSizeSquared}km^2)",
      "inline": true
    }, {
      "name": "Protocol",
      "value": "{Protocol}",
      "inline": true
    }],
    "footer": {
      "text": "[RustLife] by gamers for gamers",
      "icon_url": "https://i.imgur.com/hwsvzmr.png"
    },
    "image": {
      "url": "attachment://map.jgp"
    }
  }],
  "avatar_url": "https://i.imgur.com/hwsvzmr.png"
}