remotes/1693045480750635534/spooky-22
Aevann1 2021-09-20 15:14:42 +02:00
parent 7a0951aaa4
commit 4e36e42419
3 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ if site_name == "Drama":
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -37,7 +37,7 @@ else:
AWARDS = {
"shit": {
"kind": "shit",
"title": "shit",
"title": "Shit",
"description": "Makes flies swarm a post.",
"icon": "fas fa-poop",
"color": "text-black-50",
@ -45,7 +45,7 @@ else:
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",

View File

@ -43,7 +43,7 @@ if site_name == "Drama":
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -54,7 +54,7 @@ else:
AWARDS = {
"shit": {
"kind": "shit",
"title": "shit",
"title": "Shit",
"description": "Makes flies swarm a post.",
"icon": "fas fa-poop",
"color": "text-black-50",
@ -62,7 +62,7 @@ else:
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",

View File

@ -30,7 +30,7 @@ def shop(v):
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -41,7 +41,7 @@ def shop(v):
AWARDS = {
"shit": {
"kind": "shit",
"title": "shit",
"title": "Shit",
"description": "Makes flies swarm a post.",
"icon": "fas fa-poop",
"color": "text-black-50",
@ -49,7 +49,7 @@ def shop(v):
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -107,7 +107,7 @@ def buy(v, award):
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -118,7 +118,7 @@ def buy(v, award):
AWARDS = {
"shit": {
"kind": "shit",
"title": "shit",
"title": "Shit",
"description": "Makes flies swarm a post.",
"icon": "fas fa-poop",
"color": "text-black-50",
@ -126,7 +126,7 @@ def buy(v, award):
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",