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