Advertisement
jensie1996

Discord webhook JSON

Oct 10th, 2020
2,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. {
  2.   "content": "Er is een nieuwe video online \n\n{{Title}} \n\n{{Url}}",
  3.   "embed": {
  4.     "title": "{{Title}} ",
  5.     "url": "{{Url}}",
  6.     "color": 16711709,
  7.     "footer": {
  8.     "text": "YouTube"
  9.     },
  10.     "thumbnail": {
  11.       "url": "{{Url}}"
  12.     },
  13.     "image": {
  14.       "url": "{{Url}}"
  15.     }
  16.   }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement