вывод времени

This commit is contained in:
Pavel_Duron 2022-11-03 16:55:57 +10:00
parent 21671001e1
commit d0113757cd

2
bot.py
View File

@ -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) #отображение времени, пока не рабоатет