From 93b2866e8bb606f93a97e5a655938f14bd20ae1b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 1 Mar 2022 01:33:01 +0200 Subject: [PATCH] pop --- files/helpers/const.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 2266bfa41c..6ffa8c71db 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -220,6 +220,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 = { + "nword": { + "kind": "nword", + "title": "Nword Pass", + "description": "???", + "icon": "fas fa-edit", + "color": "text-success", + "price": 10000 + }, "snow": { "kind": "snow", "title": "Snow",