Skip to content

Commit

Permalink
fix(tsl): add missing JustGiving default title
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 13, 2020
1 parent 75e318f commit de2087e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/main/resources/assets/twitchspawn/default/titles.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
"mixer host": [
"Incoming mixer host"
],
"justgiving donation": [
"Incoming justgiving donation"
],
"reflection": [
{
"text": "${streamer}",
Expand All @@ -165,5 +162,19 @@
"text": "!",
"color": "white"
}
],
"justgiving donation": [
{
"text": "${actor}",
"color": "dark_purple"
},
{
"text": " donated you ${amount_f}${currency}!",
"color": "white"
},
{
"text": " (JustGiving)",
"color": "gold"
}
]
}

0 comments on commit de2087e

Please sign in to comment.