From cffd4aae1ba098dfb13656fb106937d56d48d7d7 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Thu, 3 Nov 2022 16:31:59 +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 e82110b..0c00984 100644 --- a/bot.py +++ b/bot.py @@ -20,7 +20,7 @@ async def send_time(message: types.Message): current_data = current_datatime.date() current_time = current_datatime.time() new_year = datetime.date(2022, 12, 31) - await message.reply('Сегодня' + current_data + '\nВремя' + current_time + '\nДо нового года осталось') #отображение времени, пока не рабоатет + await message.reply('Сегодня' + current_data + '\nВремя' + current_time + '\nДо нового года осталось' + new_year) #отображение времени, пока не рабоатет