From 51c1bc34ed3f3b0c14dcfce899ff47b2c798a872 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 05:19:52 +0200 Subject: [PATCH] fd --- files/classes/award.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/classes/award.py b/files/classes/award.py index c6c16dbbe..96b8339d8 100644 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -16,14 +16,14 @@ if site_name == "Drama": }, "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!!)", "icon": "fas fa-poop", "color": "text-black-50" }, - "gold": { - "kind": "gold", - "title": "Gold", + "stars": { + "kind": "stars", + "title": "Stars", "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", "icon": "fas fa-sparkles", "color": "text-warning" @@ -33,14 +33,14 @@ else: AWARDS = { "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!!)", "icon": "fas fa-poop", "color": "text-black-50" }, - "gold": { - "kind": "gold", - "title": "Gold", + "stars": { + "kind": "stars", + "title": "Stars", "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", "icon": "fas fa-sparkles", "color": "text-warning"