From 83c82f29ba09a35690fc4ff54cb535893c6b8b34 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 28 Oct 2023 15:24:28 +0300 Subject: [PATCH] accurate notification --- files/helpers/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 1b8ed146f..0a03199f6 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -381,7 +381,7 @@ def _award_timers_task(): _process_timer(User.rainbow, [171], "The rainbow award you received has expired!") _process_timer(User.queen, [285], "The queen award you received has expired!") _process_timer(User.spider, [179], "The spider award you received has expired!") - _process_timer(User.namechanged, [281], "The namelock award you received has expired. You're now back to your old username!", { + _process_timer(User.namechanged, [281], "The namelock/queen award you received has expired. You're now back to your old username!", { User.username: User.prelock_username, User.prelock_username: None, })