Step 1: Goto Discord Embeded Builder and create a new embed You can use the Placeholders found in the List of Available Webhooks Step 2: Click on Copy Code at the Bottom of the Embed Builder Step 3: Paste the Code in the text field below Step 4: Click on Convert and the finished webhook message should be copied to your clipboard Step 5: Paste the message in your webhooks.json file like this:
{
  "version": 1,
  "webhooks": [
    ...
  ],
  "webhookMessages": {
    "NAME_OF_MESSAGE": {
      "message": THE_COPIED_MESSAGE
    },
    ...
  }
}
The Message already has double quotes around it, so you don't add them yourself Step 6: Run the webhooks.json file through a JSON Validator to make sure it's valid


Paste copied code below: