From a306193e902b64c7d9b1c977cd96cb1adf5a5692 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 9 Sep 2022 08:37:58 +0200 Subject: [PATCH] increase pin award price from 1k to 1500 --- files/helpers/const.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index fab5a2dbb..a26c2fafb 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -547,14 +547,6 @@ AWARDS = { "color": "text-green", "price": 1000 }, - "pin": { - "kind": "pin", - "title": "1-Hour Pin", - "description": "Pins the post/comment.", - "icon": "fas fa-thumbtack fa-rotate--45", - "color": "text-warning", - "price": 1000 - }, "unpin": { "kind": "unpin", "title": "1-Hour Unpin", @@ -571,6 +563,14 @@ AWARDS = { "color": "text-black", "price": 1250 }, + "pin": { + "kind": "pin", + "title": "1-Hour Pin", + "description": "Pins the post/comment.", + "icon": "fas fa-thumbtack fa-rotate--45", + "color": "text-warning", + "price": 1500 + }, "progressivestack": { "kind": "progressivestack", "title": "Progressive Stack",