reduce emoji award price to 200

pull/213/head
Aevann 2023-10-09 02:59:24 +03:00
parent 284f647949
commit 21a6f30697
1 changed files with 26 additions and 26 deletions

View File

@ -411,6 +411,32 @@ AWARDS = {
"enabled": True,
"positive": False,
},
"emoji": {
"kind": "emoji",
"title": "Emoji",
"description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"positive": True,
},
"emoji-hz": {
"kind": "emoji-hz",
"title": "Emoji",
"description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": False,
"positive": True,
},
"rainbow": {
"kind": "rainbow",
"title": "Rainbow",
@ -463,32 +489,6 @@ AWARDS = {
"enabled": True,
"positive": True,
},
"emoji": {
"kind": "emoji",
"title": "Emoji",
"description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 300,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"positive": True,
},
"emoji-hz": {
"kind": "emoji-hz",
"title": "Emoji",
"description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 300,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": False,
"positive": True,
},
"firework": {
"kind": "firework",
"title": "Fireworks",