1
0
Fork 0

add json for offline message

This commit is contained in:
Christopher Latza 2020-06-12 15:05:55 +02:00
parent 94d2cd604c
commit f031e14b27
2 changed files with 30 additions and 0 deletions

11
endMessage.json Normal file
View File

@ -0,0 +1,11 @@
{
"embeds": [
{
"title": "RTMP Stream Offline!",
"description": "Der Stream ist jetzt vorbei!",
"color": 10952768
}
],
"username": "RTMP Noticer",
"avatar_url": "https://files.clatza.dev/Icons/vlc.png"
}

19
startMessage.json Normal file
View File

@ -0,0 +1,19 @@
{
"embeds": [
{
"title": "RTMP Stream Online!",
"description": "Ein RTMP Stream ist jetzt online! Wenn du ihn dir anschauen willst, kannst du dies mit dem VLC Media Player tun.\nÖffne dazu den VLC Media Player, klicke oben links auf Medien und wähle Netzwerkstream. Dort trägst du dann folgene Adresse ein:\n\n%%adresse%%\n",
"color": 2139936,
"author": {
"name": "RTMP Noticer",
"url": "https://clatza.dev/Christopher/Discord-RTMP-Notice.git",
"icon_url": "https://files.clatza.dev/Icons/git.png"
},
"image": {
"url": "%%vorschau%%"
}
}
],
"username": "RTMP Noticer",
"avatar_url": "https://files.clatza.dev/Icons/vlc.png"
}