mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-03 16:27:48 +00:00
[SIS-xxx] adding rendering of current Debra donation information
updating for Debra 2023 campaign adding internal rest api for debra information adding a debra button to receive information
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
<#setting locale="de_DE">
|
||||
"additionalMessage": "<@safe_include "debraInfoButton_text"/>",
|
||||
"buttons": [
|
||||
{
|
||||
"label": "<@safe_include "debraInfoButton_button_label"/>",
|
||||
"id": "${buttonId}",
|
||||
"buttonStyle": "success"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "debraInfoButton_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
<#setting locale="de_DE">
|
||||
"additionalMessage": "<@safe_include "debraInfoMessage_text"/>"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
<#setting locale="de_DE">
|
||||
"additionalMessage": "<@safe_include "debraInfoMessage_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
"buttons": [
|
||||
{
|
||||
"label": "<@safe_include "debra_donation_notification_link_button_label"/>",
|
||||
"url": "http://tiny.cc/schmetterling2022",
|
||||
"url": "http://tiny.cc/schmetterling2023",
|
||||
"buttonStyle": "link",
|
||||
"metaConfig": {
|
||||
"persistCallback": false
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"title": "${title}",
|
||||
"url": "${url}"
|
||||
},
|
||||
"description": "${url}<#if description?has_content>\n${description}</#if>",
|
||||
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
||||
"footer": {
|
||||
"text": "${category}"
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Info
|
||||
@@ -0,0 +1 @@
|
||||
Klicke diesen Button um Information über Streaming für Debra zu erhalten.
|
||||
@@ -1 +1 @@
|
||||
Aktuell wurden **${donationAmount} Euro** für Debra Austria gespendet. Spende auch du unter https://tiny.cc/schmetterling2022.
|
||||
Aktuell wurden **${donationAmount} Euro** für Debra Austria gespendet. Spende auch du unter https://tiny.cc/schmetterling2023.
|
||||
@@ -0,0 +1 @@
|
||||
Du solltest eine PM bekommen haben.
|
||||
@@ -0,0 +1,25 @@
|
||||
Vielen Dank, dass du bei unserer Spendenaktion mithelfen willst!
|
||||
|
||||
OBS Einrichtung
|
||||
Wir haben ein Dokument vorbereitet, in dem erklärt wird, wie die Onscreen Notifications eingerichtet werden können.
|
||||
<https://docs.google.com/document/d/1BFCHdJSoYHzda70XVSTACNdpH5VSc6cRrq2TvKZPF9o/edit>
|
||||
|
||||
Grafiken und Overlays
|
||||
Alle Grafiken von diesem und den letzten Jahren findest du in diesem Ordner. Alles darin darf frei für deine Streams verwendet werden.
|
||||
<https://drive.google.com/drive/folders/1NamDlOm1vAnHsOKut--FxfVuCpld7jnR?usp=drive_link>
|
||||
|
||||
Spendenlink
|
||||
Wir empfehlen neben dem Einrichten einer 'Kachel' auch, dass ihr einen !spenden Befehl bei eurem Bot (nightbot, moobot, self hosted etc.) hinzufügt.
|
||||
Bitte verlinke dabei auf <https://tiny.cc/schmetterling2023>
|
||||
|
||||
Live-ping am Discord
|
||||
Damit wir deinen Account zur Going Live Liste hinzufügen können, musst du uns nach der Einrichtung des Streams bescheid geben.
|
||||
Antworte hierfür auf diese PM mit "Twitchname: " und deinem Twitchaccount.
|
||||
|
||||
Kalender
|
||||
Planst du etwas größeres/spannendes/außergewöhnliche? Trage das Event in den gemeinsamen Kalender ein, damit wir es noch vor dem Stream ankündigen können um ggf. mehr Viewer zu gewinnen.
|
||||
Alternativ kannst du auch einfach auf diese Nachricht antworten wenn du etwas planst:
|
||||
<https://calendar.google.com/calendar/u/1?cid=MjhlMWIyYjlmNTkyMjczNzVlYTgxZjU2ZDA2YjBjYTQ0OTliODYwMzlkNWFlOGQzYWFlYzdkNmM1YzBlYmVkMUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t>
|
||||
|
||||
Fragen? Probleme?
|
||||
Falls du noch Fragen oder Probleme hast, antworte einfach auf diese PM. Die Mods bekommen dann eine Nachricht und werden versuchen dich zu unterstütze
|
||||
@@ -1 +1 @@
|
||||
Spende auch du für Debra Austria unter http://tiny.cc/schmetterling2022.
|
||||
Spende auch du für Debra Austria unter http://tiny.cc/schmetterling2023.
|
||||
@@ -0,0 +1 @@
|
||||
Info
|
||||
@@ -0,0 +1 @@
|
||||
Debra Info button was created.
|
||||
@@ -0,0 +1 @@
|
||||
Click here to receive information about streaming!
|
||||
@@ -0,0 +1 @@
|
||||
Creates a message with debra info button
|
||||
@@ -0,0 +1 @@
|
||||
Creates a message in the target channel, people can use to receive information about Debra.
|
||||
@@ -0,0 +1 @@
|
||||
The channel to post the message to
|
||||
@@ -0,0 +1 @@
|
||||
Check the message you received in your DMs.
|
||||
@@ -1 +1 @@
|
||||
Also donate for Debra austria via http://tiny.cc/schmetterling2022.
|
||||
Also donate for Debra austria via http://tiny.cc/schmetterling2023.
|
||||
Reference in New Issue
Block a user