From c248e27462fa10cd1be7d80a9478d5badcf19322 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 31 Oct 2023 20:21:58 +0300 Subject: [PATCH] fix award description --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 55437a237..1cb79b4a8 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -846,7 +846,7 @@ AWARDS = { "benefactor": { "kind": "benefactor", "title": "Benefactor", - "description": f"Grants one month of {patron} status and 2000 marseybux to the recipient. Cannot be used on yourself.", + "description": f"Grants one month of {patron} status and 1250 marseybux to the recipient. Cannot be used on yourself.", "icon": "fas fa-gift", "color": "text-blue", "price": 2500,