file-linesEmbeds

Theese are the json files for the embed configuration.

Check the Discord Wikiarrow-up-right for more information on how to format a embed message using the json formatarrow-up-right.

goal-reached.json

{ 
 "username": "%default-username%",
  "avatar_url": "%default-avatar%",
  "embeds": [
    {
      "title": "The %goal% was completed ($%target%)",
      "description": "```We have successfully completed the %goal% for the %times_achieved% time!```",
      "color": "b64fff",
      "author": {
        "name": "%store%",
        "url": "https://dsc.gg/crowndevelopment",
        "icon_url": "https://raw.githubusercontent.com/Obeeyyyy/images/refs/heads/main/crown-development-logo.png"
      },
      "thumbnail": {
        "url": "https://raw.githubusercontent.com/Obeeyyyy/images/refs/heads/main/crown-development-logo.png"
      },
      "fields": [
        {
          "name": "Reward",
          "value": "```\n* Thank you from Obey\n\n```",
          "inline": false
        }
      ],
      "footer": {
        "text": "Monthly Goal: 100%  🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩",
        "icon_url": "https://raw.githubusercontent.com/Obeeyyyy/images/refs/heads/main/crown-development-logo.png"
      }
    }
  ]
}

milestone-reached.json

purchase.json

sale.json

Last updated