From 6cc712e3b648681793e6f2c9fdbc5e12eeeca1ba Mon Sep 17 00:00:00 2001 From: emmatveev Date: Thu, 7 Mar 2024 20:18:55 +0300 Subject: [PATCH] fix text --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index 84a0656..c1c1df9 100644 --- a/updater.py +++ b/updater.py @@ -17,5 +17,5 @@ def update(): if not users: continue user = random.choice(users) - bot.send_message(chat['chat_id'], f"Как говорится, кто молчит - тот трансвестит, а трансвестит сегодня - @{user['username']}") + bot.send_message(chat['chat_id'], f"В этом чате давно не было активности, а как говорится, кто молчит - тот трансвестит, а трансвестит сегодня - @{user['username']}") sleep(client.get_config('updater')['seconds_delay'])