diff --git a/files/classes/award.py b/files/classes/award.py index 056a06283..4f1cfd9e2 100644 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -10,7 +10,7 @@ if site_name == "Drama": "ban": { "kind": "ban", "title": "One-Day Ban", - "description": "Ban the author for a day.", + "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", "price": 5000 @@ -18,7 +18,7 @@ if site_name == "Drama": "shit": { "kind": "shit", "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": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", "price": 1000 @@ -26,7 +26,7 @@ if site_name == "Drama": "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying stars in the post.", + "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", "price": 1000 @@ -37,7 +37,7 @@ else: "shit": { "kind": "shit", "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": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", "price": 1000 @@ -45,7 +45,7 @@ else: "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying stars in the post.", + "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", "price": 1000 diff --git a/files/routes/awards.py b/files/routes/awards.py index 2b46be2f4..5597275a6 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -11,7 +11,7 @@ if site_name == "Drama": "ban": { "kind": "ban", "title": "One-Day Ban", - "description": "Ban the author for a day.", + "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", "price": 5000 @@ -19,7 +19,7 @@ if site_name == "Drama": "shit": { "kind": "shit", "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": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", "price": 1000 @@ -27,7 +27,7 @@ if site_name == "Drama": "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying stars in the post.", + "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", "price": 1000 @@ -38,7 +38,7 @@ else: "shit": { "kind": "shit", "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": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", "price": 1000 @@ -46,7 +46,7 @@ else: "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying stars in the post.", + "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", "price": 1000