pop
This commit is contained in:
parent
bb3c2a3036
commit
113bb8b694
1 changed files with 8 additions and 0 deletions
|
@ -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}
|
COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
|
||||||
|
|
||||||
AWARDS = {
|
AWARDS = {
|
||||||
|
"nword": {
|
||||||
|
"kind": "nword",
|
||||||
|
"title": "Nword Pass",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-edit",
|
||||||
|
"color": "text-success",
|
||||||
|
"price": 10000
|
||||||
|
},
|
||||||
"snow": {
|
"snow": {
|
||||||
"kind": "snow",
|
"kind": "snow",
|
||||||
"title": "Snow",
|
"title": "Snow",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue