This commit is contained in:
Aevann1 2021-12-10 06:58:55 +02:00
parent 30468b1a2c
commit 69070857a8
21 changed files with 79 additions and 28 deletions

View file

@ -626,6 +626,14 @@ AWARDS = {
"color": "text-lightgreen",
"price": 10000
},
"fish": {
"kind": "fish",
"title": "Fish",
"description": "This user cannot be unfollowed",
"icon": "fas fa-fish",
"color": "text-lightblue",
"price": 20000
},
"pause": {
"kind": "pause",
"title": "Pause",
@ -774,6 +782,14 @@ AWARDS2 = {
"color": "text-lightgreen",
"price": 10000
},
"fish": {
"kind": "fish",
"title": "Fish",
"description": "This user cannot be unfollowed",
"icon": "fas fa-fish",
"color": "text-lightblue",
"price": 20000
},
"pause": {
"kind": "pause",
"title": "Pause",