add alarm of job

This commit is contained in:
2022-12-06 20:25:52 +10:00
parent 502dca273d
commit 45d4aa8c9a
5 changed files with 17 additions and 8 deletions

View File

@@ -3,9 +3,6 @@ from create_bot import dp, bot
@dp.message_handler(commands=['start'])
async def start_func(message: types.Message):
# user_id = message.from_user.id
# user_full_name = message.from_user.full_name
# logging.INFO(f'{user_id=} {user_full_name=}', {time.asctime()})
await message.reply('похуй')
@dp.message_handler(commands=['photo'])