Declarative Discord Embeds
Project description
Discord-Embed-Markup
A markdown-like language for describing discord embeds
Docs and implementation coming soon!
The data in test.dem should translate to:
{
"title": "Try out Discord Embed Markup",
"description": "You can describe embeds\nyay",
"url": "https://github.com/xImAnton/Discord-Embed-Markup",
"color": 16744192,
"timestamp": "2009-02-14T00:31:30",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/489766550451257345/b77b7a60da28e604ada933eb2773b2b4.png?size=1024",
"text": "Made by"
},
"thumbnail": {
"url": "https://discord.com/assets/f9bb9c4af2b9c32a2c5ee0014661546d.png"
},
"author": {
"name": "Anton Vogelsang",
"url": "https://ximanton.de"
},
"fields": [
{
"name": "This is a field",
"value": "this is the text of the field",
"inline": true
},
{
"name": "second field",
"value": "when the text of a field ends with &, it's an inline field",
"inline": true
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
discordembedmarkup-1.0.0.tar.gz
(17.4 kB
view hashes)
Built Distribution
Close
Hashes for discordembedmarkup-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc9f0f19f5a6799e5ff9a5cc564a13e6725edf59f78cfff6ba65b523b7ad393f |
|
MD5 | b92b7acbb7828dda8f8431d1a19faf6a |
|
BLAKE2b-256 | 251c1ded1e99ce487aeff305411dbd6e57970b408c361bc00b2c6db76a465202 |