From f9bfb6ddc6c9ebf3821d287aa5dd81c419ba1111 Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 17 May 2022 20:04:16 -0400 Subject: [PATCH] Update birthgay award descs, ricardo price. --- files/helpers/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 25211663be..2b032c653c 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -616,7 +616,7 @@ AWARDS = { "firework": { "kind": "firework", "title": "Fireworks", - "description": "TEST", + "description": "PARTY TIME!", "icon": "fas fa-bahai", "color": "text-blue-200", "price": 300 @@ -624,7 +624,7 @@ AWARDS = { "confetti": { "kind": "confetti", "title": "Confetti", - "description": "TEST", + "description": "PARTY TIME!", "icon": "fas fa-party-horn", "color": "text-blue-200", "price": 300 @@ -632,10 +632,10 @@ AWARDS = { "ricardo": { "kind": "ricardo", "title": "Stripper Cake", - "description": "TEST", + "description": "PARTY TIME!", "icon": "fas fa-pinata", "color": "text-blue-200", - "price": 300 + "price": 500 }, }