forked from Pavel_Durov/python_bot
add alarm of job
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user