forked from Pavel_Durov/python_bot
добавил картинку
This commit is contained in:
parent
2bfa06662e
commit
3a1ea7e56c
2
bot.py
2
bot.py
@ -23,7 +23,7 @@ async def start_func(message: types.Message):
|
|||||||
async def send_image(message: types.Message):
|
async def send_image(message: types.Message):
|
||||||
await bot.send_photo(message.chat.id, photo='http://git.vdk2ch.ru:3000/Pavel_Durov/python_bot/raw/branch/main/ya-pidoras.jpg')
|
await bot.send_photo(message.chat.id, photo='http://git.vdk2ch.ru:3000/Pavel_Durov/python_bot/raw/branch/main/ya-pidoras.jpg')
|
||||||
|
|
||||||
|
#хуй
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
executor.start_polling(dp, skip_updates=True)
|
executor.start_polling(dp, skip_updates=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user