accurate notification

pull/216/head
Aevann 2023-10-28 15:24:28 +03:00
parent 1204a78d78
commit 83c82f29ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})