Skip to content

Commit

Permalink
Create embed.json.template
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed May 4, 2024
1 parent 80764db commit f96a495
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions templates/embed.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"components": [
{
"type": 1,
"components": [
{
"type": 2,
"label": "Fabric",
"style": 5,
"url": "https://modrinth.com/mod/botarium/version/${fabric_link}"
},
{
"type": 2,
"label": "NeoForge",
"style": 5,
"url": "https://modrinth.com/mod/botarium/version/${neoforge_link}"
}
]
}
],
"embeds": [
{
"title": "Botarium",
"description": "**Changelog:**\\n${changelog}",
"color": 1856851,
"fields": [
{
"name": "Minecraft Version",
"value": "${minecraft}",
"inline": true
},
{
"name": "Mod Version",
"value": "${version}",
"inline": true
}
],
"footer": {
"text": "Follow the project on Modrinth at mods.gay/botarium",
"icon_url": "https://i.imgur.com/3hVj8nM.png"
},
"thumbnail": {
"url": "https://cdn.modrinth.com/data/2u6LRnMa/31d70002f565c2ae1b2901667f3fb9f553281594.png"
}
}
],
"username": "Terrarium Releases",
"avatar_url": "http://images.teamresourceful.com/u/Wtw3pP.png"
}

0 comments on commit f96a495

Please sign in to comment.