diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 542a449ab..4c372b38c 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -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",