Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
V4NSH4J
GitHub Repository: V4NSH4J/discord-mass-DM-GO
Path: blob/main/embed.json
310 views
1
{
2
"title": "Edit me! This will be the blue text on the embed",
3
"description": "This is the main place to put all your info.\nYou can also create new lines.\n\nNote: User's will not be able to click links in the description. Also, you are limited with the amount of lines you can use.",
4
"redirect": "https://example.com/0",
5
"color": "#7289da",
6
"author":{
7
"name": "This text is the same as the 'author' text on an embed, except you can click on it.",
8
"url": "https://example.com/1"
9
},
10
"provider": {
11
"name": "This will be very small text and gray. It will also be at the top of the embed.",
12
"url": "https://discock.shop/2"
13
},
14
"image": {
15
"thumbnail": false,
16
"url": "https://i.imgur.com/pN1GR7Q.png",
17
18
"info": "'thumbnail' means whether the image is small and on the right side of the embed, or large on the bottom of the embed. Feel free to remove this after."
19
}
20
}
21
22