From 532342a91494a7c59c25cea89197867a0db76319 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Mar 2022 01:28:48 +0200 Subject: [PATCH] vc --- 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 7c412b5e9..af797d28f 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -214,6 +214,14 @@ DEFAULT_COLOR = environ.get("DEFAULT_COLOR", "fff").strip() COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR} AWARDS = { + "ghost": { + "kind": "ghost", + "title": "Ghost", + "description": "???", + "icon": "fas fa-ghost", + "color": "text-white", + "price": 3000 + }, "nword": { "kind": "nword", "title": "Nword Pass", @@ -430,14 +438,6 @@ AWARDS = { "color": "text-purple", "price": 2500 }, - "ghost": { - "kind": "ghost", - "title": "Ghost", - "description": "???", - "icon": "fas fa-ghost", - "color": "text-white", - "price": 3000 - }, "marsey": { "kind": "marsey", "title": "Marsey",