ElKarmHack

Untitled

Feb 13th, 2021 (edited)
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. {
  2. "content": "this `supports` __a__ **subset** *of* ~~markdown~~ 😃 ```js\nfunction foo(bar) {\n console.log(bar);\n}\n\nfoo(1);```",
  3. "embed": {
  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": 7631002,
  8. "timestamp": "2021-02-13T19:45:24.840Z",
  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": true
  41. },
  42. {
  43. "name": "<:thonkang:219069250692841473>",
  44. "value": "are inline fields",
  45. "inline": true
  46. }
  47. ]
  48. }
  49. }
Add Comment
Please, Sign In to add comment