From e3780042215f5bd2ea0681ee9c5761eff42392ca Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Dec 2021 01:06:59 +0200 Subject: [PATCH] fdsfsd --- files/helpers/const.py | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index a5b7d62bb4..14d33fb7da 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -419,6 +419,38 @@ BADGES = { } AWARDS = { + "snow": { + "kind": "snow", + "title": "Snow", + "description": "???", + "icon": "fas fa-snowflake", + "color": "text-gray", + "price": 300 + }, + "candycane": { + "kind": "candycane", + "title": "Candy Cane", + "description": "???", + "icon": "fas fa-candy-cane", + "color": "text-gray", + "price": 500 + }, + "mistletoe": { + "kind": "mistletoe", + "title": "Mistletoe", + "description": "???", + "icon": "fas fa-mistletoe", + "color": "text-gray", + "price": 600 + }, + "mariah": { + "kind": "mariah", + "title": "Mariah", + "description": "???", + "icon": "fas fa-music", + "color": "text-gray", + "price": 800 + }, "haunt": { "kind": "haunt", "title": "Haunt",