Skip to content

Instantly share code, notes, and snippets.

@r3t4rd
Created August 1, 2020 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3t4rd/d5c37c40c12726a0ebf14bc65e602631 to your computer and use it in GitHub Desktop.
Save r3t4rd/d5c37c40c12726a0ebf14bc65e602631 to your computer and use it in GitHub Desktop.
TK: Discord Webhook Framework
{
"username": "[botname]",
"avatar_url": "https://avatars0.githubusercontent.com/u/44623811",
"content": "Hello, it's my personal message for you!",
"embeds": [
{
"author": {
"name": "[r3t4rd]",
"url": "https://github.com/r3t4rd",
"icon_url": "https://avatars0.githubusercontent.com/u/44623811?s=40&v=4"
},
"title": "Post title",
"url": "https://google.com/",
"description": "Text message. I can add some piece of markdown here as: *Italic* **bold** __underline__ ~~strikeout~~ [hyperlink](https://google.com) `code`",
"color": 15258703,
"fields": [
{
"name": "Requsted by",
"value": "r3t4rd",
"inline": true
},
{
"name": "Sent to",
"value": "htt",
"inline": true
}
],
"footer": {
"text": "i have smal penis",
"icon_url": "https://i.imgur.com/fKL31aD.jpg"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment