Skip to content

Commit

Permalink
udp
Browse files Browse the repository at this point in the history
  • Loading branch information
Poli committed Apr 1, 2020
1 parent d96b72d commit a8d15cd
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 0 deletions.
105 changes: 105 additions & 0 deletions Other/Embed Templates/discord-embed-template.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
## For double image

{
"embeds": [
{
"color": 13632027,
"title": "Kzarka, Nouver dans 15 minutes",
"description": "Exactement à 22:15",
"image": {
"url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/kzarka.png"
},
"author": {
"name": "Black Desert Online Boss Timer",
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/blackspirit.png"
}
},
{
"color": 14513011,
"footer": {
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/polisystems.png",
"text": "Sponsored by Poli Systems (https://polisystems.ch) "
},
"image": {
"url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/nouver.png"
}
}
]
}

## For one image

{
"embeds": [
{
"title": "Garmoth dans 15 minutes",
"description": "Exactement à 19:00",
"color": 16712965,
"footer": {
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/polisystems.png",
"text": "Sponsored by Poli Systems (https://polisystems.ch) "
},
"image": {
"url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/garmoth.png"
},
"author": {
"name": "Black Desert Online Boss Timer",
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/blackspirit.png"
}
}
]
}

## For the list of boss

{
"embeds": [
{
"title": "Liste de boss a venir aujourd'hui",
"description": "----------",
"color": 8716032,
"footer": {
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/polisystems.png",
"text": "Sponsored by Poli Systems (https://polisystems.ch) "
},
"author": {
"name": "Black Desert Online Boss Timer",
"icon_url": "https://raw.githubusercontent.com/IIPoliII/BDO-Easy-Boss-Timer/master/img/blackspirit.png"
},
"fields": [
{
"name": "00:15",
"value": "Kutum, Kranda"
},
{
"name": "2:00",
"value": "Karanda"
},
{
"name": "5:00",
"value": "Kzarka"
},
{
"name": "9:00",
"value": "Kzarka"
},
{
"name": "12:00",
"value": "Offin"
},
{
"name": "16:00",
"value": "Kutum"
},
{
"name": "19:00",
"value": "Nouver"
},
{
"name": "22:15",
"value": "Kzarka"
}
]
}
]
}
File renamed without changes
Loading

0 comments on commit a8d15cd

Please sign in to comment.