Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.97 KB | None | 0 0
  1. {
  2.   "embeds": [
  3.     {
  4.       "title": "title ~~(did you know you can have markdown here too?)~~",
  5.       "description": "this supports [named links](https://discordapp.com) on top of the previously shown subset of markdown. ```\nyes, even code blocks```",
  6.       "url": "https://discordapp.com",
  7.       "color": 6732733,
  8.       "timestamp": "2019-03-23T07:23:28.006Z",
  9.       "footer": {
  10.         "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png",
  11.         "text": "footer text"
  12.       },
  13.       "thumbnail": {
  14.         "url": "https://cdn.discordapp.com/embed/avatars/0.png"
  15.       },
  16.       "image": {
  17.         "url": "https://cdn.discordapp.com/embed/avatars/0.png"
  18.       },
  19.       "author": {
  20.         "name": "author name",
  21.         "url": "https://discordapp.com",
  22.         "icon_url": "https://cdn.discordapp.com/embed/avatars/0.png"
  23.       },
  24.       "fields": [
  25.         {
  26.           "name": "🤔",
  27.           "value": "some of these properties have certain limits..."
  28.         },
  29.         {
  30.           "name": "😱",
  31.           "value": "try exceeding some of them!"
  32.         },
  33.         {
  34.           "name": "🙄",
  35.           "value": "an informative error should show up, and this view will remain as-is until all issues are fixed"
  36.         },
  37.         {
  38.           "name": "<:thonkang:219069250692841473>",
  39.           "value": "these last two",
  40.           "inline": false
  41.         },
  42.         {
  43.           "name": "<:thonkang:219069250692841473>",
  44.           "value": "are inline fields",
  45.           "inline": false
  46.         },
  47.         {
  48.           "name": "<:thonkang:219069250692841473>",
  49.           "value": "are inline fields",
  50.           "inline": false
  51.         },
  52.         {
  53.           "name": "<:thonkang:219069250692841473>",
  54.           "value": "are inline fields",
  55.           "inline": false
  56.         },
  57.         {
  58.           "name": "<:thonkang:219069250692841473>",
  59.           "value": "are inline fields",
  60.           "inline": false
  61.         },
  62.         {
  63.           "name": "<:thonkang:219069250692841473>",
  64.           "value": "are inline fields",
  65.           "inline": false
  66.         },
  67.         {
  68.           "name": "<:thonkang:219069250692841473>",
  69.           "value": "are inline fields",
  70.           "inline": false
  71.         },
  72.         {
  73.           "name": "<:thonkang:219069250692841473>",
  74.           "value": "are inline fields",
  75.           "inline": false
  76.         },
  77.         {
  78.           "name": "<:thonkang:219069250692841473>",
  79.           "value": "are inline fields",
  80.           "inline": false
  81.         },
  82.         {
  83.           "name": "<:thonkang:219069250692841473>",
  84.           "value": "are inline fields",
  85.           "inline": false
  86.         },
  87.         {
  88.           "name": "<:thonkang:219069250692841473>",
  89.           "value": "are inline fields",
  90.           "inline": false
  91.         }
  92.       ]
  93.     },
  94.     {
  95.       "title": "Woah",
  96.       "description": "You can also have multiple embeds!\n**NOTE**: The color picker does not work with multiple embeds (yet)."
  97.     }
  98.   ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement