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",