From d0113757cdc0553d1af87d28aae652d777b49825 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Thu, 3 Nov 2022 16:55:57 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 70d90ba..26f836e 100644 --- a/bot.py +++ b/bot.py @@ -20,7 +20,7 @@ async def send_time(message: types.Message): # current_data = datatime.date() # current_time = datatime.time() # new_year = datetime.date(2022, 12, 31) - await message.reply('Сегодня', str(current_datatime)) #отображение времени, пока не рабоатет + await message.reply(current_datatime) #отображение времени, пока не рабоатет