Placeholders – 0

What are placeholders?

Placeholders are meant to be used as the name suggests, as a placeholder for different things. For example, you can have a placeholder {name} that has the value "fox". Then you can use the placeholder {name} in descriptions, etc. You will see how it looks in the embed, but the final embed code has the placeholder, and then you can parse it in the final program where this JSON is being used.

Placeholder Format:

This is the format how variables are formated in code and how they should be used

@ = Varaible name, will be repalced in final formating

Author

Body

Fields – 0

Images

Footer

Output

{
  "embed": {
    "color": "#202225",
    "useCurrentTime": false
  }
}