From 4a49ae63a6768cda2c5b52a588ae1514e6abb68d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 15 Oct 2021 21:48:53 +0200 Subject: [PATCH] fdfd --- files/classes/award.py | 2 +- files/classes/user.py | 2 +- files/routes/awards.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/classes/award.py b/files/classes/award.py index e251eeccd..2756266fa 100755 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -14,7 +14,7 @@ if site_name == "Drama": "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", - "price": 1500 + "price": 5000 }, "shit": { "kind": "shit", diff --git a/files/classes/user.py b/files/classes/user.py index b52aca3c9..8924afe85 100755 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -31,7 +31,7 @@ if site_name == "Drama": "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", - "price": 1500 + "price": 5000 }, "shit": { "kind": "shit", diff --git a/files/routes/awards.py b/files/routes/awards.py index 90131a46c..59188f07d 100755 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -18,7 +18,7 @@ def shop(v): "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", - "price": 1500 + "price": 5000 }, "shit": { "kind": "shit", @@ -95,7 +95,7 @@ def buy(v, award): "description": "Bans the author for a day.", "icon": "fas fa-gavel", "color": "text-danger", - "price": 1500 + "price": 5000 }, "shit": { "kind": "shit",