From cdfece62cfc2374b00f24215474d693a6d669bc9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 18 Oct 2022 12:31:50 +0200 Subject: [PATCH] decrease y'all seeing eye's price from 10k to 1k --- 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 c0b679c86..d90dd1597 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -697,6 +697,14 @@ AWARDS = { "color": "text-black", "price": 777 }, + "offsitementions": { + "kind": "offsitementions", + "title": "Y'all Seein' Eye", + "description": "Gives the recipient access to notifications when people off-site talk about us.", + "icon": "fas fa-eyes", + "color": "text-orange", + "price": 1000, + }, "lootbox": { "kind": "lootbox", "title": "Lootbox", @@ -833,14 +841,6 @@ AWARDS = { "color": "text-silver", "price": 10000 }, - "offsitementions": { - "kind": "offsitementions", - "title": "Y'all Seein' Eye", - "description": "Gives the recipient access to notifications when people off-site talk about us.", - "icon": "fas fa-eyes", - "color": "text-orange", - "price": 10000, - }, "unblockable": { "kind": "unblockable", "title": "Unblockable",