mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-11] adding debra donation notification support
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
||||
<id>zip</id>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
@@ -0,0 +1 @@
|
||||
Aktuell wurden **${donationAmount} Euro** für Debra Austria gespendet. Spende auch du unter https://tiny.cc/schmetterling2021.
|
||||
@@ -0,0 +1 @@
|
||||
Aktueller Spendenbetrag
|
||||
@@ -0,0 +1 @@
|
||||
${totalDonationAmount} Euro
|
||||
@@ -0,0 +1 @@
|
||||
Spende auch du für Debra Austria unter http://tiny.cc/schmetterling2021.
|
||||
@@ -0,0 +1 @@
|
||||
:bell: ${donatorName} hat ${donationAmount} Euro gespendet :bell:
|
||||
@@ -0,0 +1 @@
|
||||
Currently **${donationAmount} Euro** were donated for Debra Austra. Donate via https://tiny.cc/schmetterling2021 too.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current donation amount and a link to donate.
|
||||
@@ -0,0 +1,2 @@
|
||||
Retrieves the current donation amount from the respective website, parses the donation amount and shows this in a message.
|
||||
Also shows a link on where to donate and for that.
|
||||
@@ -0,0 +1 @@
|
||||
Debra
|
||||
@@ -0,0 +1 @@
|
||||
No donation amount was found.
|
||||
@@ -0,0 +1 @@
|
||||
Current donations
|
||||
@@ -0,0 +1 @@
|
||||
${totalDonationAmount} Euro
|
||||
@@ -0,0 +1 @@
|
||||
Also donate for Debra austria via http://tiny.cc/schmetterling2021.
|
||||
@@ -0,0 +1 @@
|
||||
:bell: ${donatorName} donated ${donationAmount} Euro. :bell:
|
||||
Reference in New Issue
Block a user