remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 05:19:52 +02:00
parent ba3a2714ab
commit 51c1bc34ed
1 changed files with 8 additions and 8 deletions

View File

@ -16,14 +16,14 @@ if site_name == "Drama":
}, },
"shit": { "shit": {
"kind": "shit", "kind": "shit",
"title": "Shitpost", "title": "Shit",
"description": "Let OP know how much their post sucks ass. Flies will swarm their idiotic post. (flies only work on posts lol!!)", "description": "Let OP know how much their post sucks ass. Flies will swarm their idiotic post. (flies only work on posts lol!!)",
"icon": "fas fa-poop", "icon": "fas fa-poop",
"color": "text-black-50" "color": "text-black-50"
}, },
"gold": { "stars": {
"kind": "gold", "kind": "stars",
"title": "Gold", "title": "Stars",
"description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.",
"icon": "fas fa-sparkles", "icon": "fas fa-sparkles",
"color": "text-warning" "color": "text-warning"
@ -33,14 +33,14 @@ else:
AWARDS = { AWARDS = {
"shit": { "shit": {
"kind": "shit", "kind": "shit",
"title": "Shitpost", "title": "shit",
"description": "Let OP know how much their post sucks ass. Flies will swarm their idiotic post. (flies only work on posts lol!!)", "description": "Let OP know how much their post sucks ass. Flies will swarm their idiotic post. (flies only work on posts lol!!)",
"icon": "fas fa-poop", "icon": "fas fa-poop",
"color": "text-black-50" "color": "text-black-50"
}, },
"gold": { "stars": {
"kind": "gold", "kind": "stars",
"title": "Gold", "title": "Stars",
"description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.",
"icon": "fas fa-sparkles", "icon": "fas fa-sparkles",
"color": "text-warning" "color": "text-warning"