[SIS-13] adapting donation notifications

This commit is contained in:
Sheldan
2022-12-01 20:08:42 +01:00
parent f1f56b03d4
commit 0efee9e7aa
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
{
<#assign donationAmount=donationAmount>
<#setting locale="de_DE">
"additionalMessage": "<#include "donations_response_description">"
"additionalMessage": "<#include "donations_response_description">",
"embeds": [
{
"imageUrl": "https://cdn.discordapp.com/attachments/299115929206390784/1047306670319079474/dotpict-1.png"
}
]
}

View File

@@ -16,9 +16,20 @@
"value": "<@safe_include "debra_donation_notification_embed_field_amount_value"/>"
}
],
"imageUrl": "https://cdn.discordapp.com/attachments/299115929206390784/1047306670319079474/dotpict-1.png",
"footer": {
"text": "<@safe_include "debra_donation_notification_embed_footer"/>"
}
}
],
"buttons": [
{
"label": "<@safe_include "debra_donation_notification_link_button_label"/>",
"url": "http://tiny.cc/schmetterling2022",
"buttonStyle": "link",
"metaConfig": {
"persistCallback": false
}
}
]
}