pause,unpausable

This commit is contained in:
Aevann1 2021-10-23 17:57:25 +02:00
parent 0cdc4dbe16
commit eaab62697a
7 changed files with 143 additions and 25 deletions

View file

@ -213,6 +213,22 @@ if SITE_NAME == "Drama":
"color": "text-success",
"price": 10000
},
"pause": {
"kind": "pause",
"title": "Pause",
"description": "Gives the recipient the ability to pause profile anthems.",
"icon": "fas fa-volume-mute",
"color": "text-danger",
"price": 20000
},
"unpausable": {
"kind": "unpausable",
"title": "Unpausable",
"description": "Makes the profile anthem of the recipient unpausable.",
"icon": "fas fa-volume",
"color": "text-success",
"price": 40000
},
}
else:
AWARDS = {
@ -256,4 +272,20 @@ else:
"color": "text-black",
"price": 1000
},
"pause": {
"kind": "pause",
"title": "Pause",
"description": "Gives the recipient the ability to pause profile anthems.",
"icon": "fas fa-volume-mute",
"color": "text-danger",
"price": 20000
},
"unpausable": {
"kind": "unpausable",
"title": "Unpausable",
"description": "Makes the profile anthem of the recipient unpausable.",
"icon": "fas fa-volume",
"color": "text-success",
"price": 40000
},
}