Compare commits
No commits in common. "fc980aa59a534eb674164f546cdb53d971e230bb" and "de1883d17f1ab7d59c6088bc0fc3fdf888ee31ff" have entirely different histories.
fc980aa59a
...
de1883d17f
4
bot.py
4
bot.py
@ -11,13 +11,13 @@ bot = Bot(token=API_TOKEN)
|
||||
dp = Dispatcher(bot)
|
||||
|
||||
@dp.message_handler(commands=['start'])
|
||||
async def start_func(message: types.Message):
|
||||
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 bot.send_photo(types.input_file('PYTHON_BOT/ya-pidoras.jpg'))
|
||||
#функция вызова пикчи
|
||||
|
||||
if __name__ == '__main__':
|
||||
executor.start_polling(dp, skip_updates=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user