-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembed.json
20 lines (19 loc) · 985 Bytes
/
embed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"title": "Edit me! This will be the blue text on the embed",
"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.",
"redirect": "https://example.com/0",
"color": "#7289da",
"author":{
"name": "This text is the same as the 'author' text on an embed, except you can click on it.",
"url": "https://example.com/1"
},
"provider": {
"name": "This will be very small text and gray. It will also be at the top of the embed.",
"url": "https://discock.shop/2"
},
"image": {
"thumbnail": false,
"url": "https://i.imgur.com/pN1GR7Q.png",
"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."
}
}