From cfb02cfd2b03bffbb8c9f7dbd3f7457fa0fb630f Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Thu, 11 Sep 2025 17:46:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA=20=D0=BE?= =?UTF-8?q?=D1=82=D0=B2=D0=B5=D1=82=D0=B0=20=D0=BD=D0=B0=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D0=B4=D1=83=20!=D0=BC=D0=BE=D0=BB=D1=87?= =?UTF-8?q?=D1=83=D0=BD=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/user.py b/handlers/user.py index 4d57b75..152adbd 100644 --- a/handlers/user.py +++ b/handlers/user.py @@ -114,7 +114,7 @@ async def silent_handler(message: Message): await message.answer('Молчунов нет. Все молодцы!') return - response = bold('Молчуны чата') + ' (не писали больше 2 недель)\n' + response = bold('Молчуны чата') + ' (не писали более 14 дней)\n' response += await format_rating(top_users, message.ctx_api) await message.answer(response)