From 42d6d6967e8757d9537763c307c01510b17c5ed7 Mon Sep 17 00:00:00 2001 From: Verum Date: Fri, 28 Feb 2025 13:47:37 +0700 Subject: [PATCH] =?UTF-8?q?1.4.1=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BB=D0=B8=D1=88=D0=BD=D1=8F=D1=8F?= =?UTF-8?q?=20=D1=82=D0=B0=D0=B1=D1=83=D0=BB=D1=8F=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotCode/routers/commands/user_cmd/start_time_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BotCode/routers/commands/user_cmd/start_time_cmd.py b/BotCode/routers/commands/user_cmd/start_time_cmd.py index a11036b..b6f485c 100644 --- a/BotCode/routers/commands/user_cmd/start_time_cmd.py +++ b/BotCode/routers/commands/user_cmd/start_time_cmd.py @@ -16,4 +16,4 @@ start_time_cmd = CommandHandler( text_msg=lambda: f"Бот @{BotInfo.username} запущен: " f"\nХост: {dp['started_at']} " f"\nМСК: {dp['started_at_msk']}", -) \ No newline at end of file +)