From eac1e94d58a6be5d8ed0404917053c99fcef9f23 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 26 Sep 2023 20:13:36 +0300 Subject: [PATCH] reorder --- files/helpers/config/awards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index da64de188..13cacff40 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -364,7 +364,7 @@ AWARDS = { "rainbow": { "kind": "rainbow", "title": "Rainbow", - "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", + "description": "Makes the recipient's posts and comments in rainbow text for 24 hours.", "icon": "fas fa-cloud-rainbow", "color": "text-pink", "price": 200, @@ -818,7 +818,7 @@ HOUSE_AWARDS = { "Femboy": { "kind": "Femboy", "title": "Rainbow", - "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", + "description": "Makes the recipient's posts and comments in rainbow text for 24 hours.", "icon": "fas fa-cloud-rainbow", "color": "text-pink", "price": 200,