From 01dc4db96b77845d1102c4cd605597ef21eebc87 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Sep 2022 03:44:04 +0200 Subject: [PATCH] %5 -> 5% --- files/routes/hats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/hats.py b/files/routes/hats.py index f6009649a..3d9542a81 100644 --- a/files/routes/hats.py +++ b/files/routes/hats.py @@ -49,7 +49,7 @@ def buy_hat(v, hat_id): if v.id != hat.author.id: send_repeatable_notification( hat.author.id, - f":marseycapitalistmanlet: @{v.username} has just bought `{hat.name}`, you have received your %5 cut ({int(hat.price * 0.05)} {currency}) :!marseycapitalistmanlet:" + f":marseycapitalistmanlet: @{v.username} has just bought `{hat.name}`, you have received your 5% cut ({int(hat.price * 0.05)} {currency}) :!marseycapitalistmanlet:" ) if v.num_of_hats_bought >= 250: