добавил картинку
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-10-30 21:20:49 +10:00
parent 2bfa06662e
commit 3a1ea7e56c

2
bot.py
View File

@ -23,7 +23,7 @@ async def start_func(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')
#хуй
if __name__ == '__main__':
executor.start_polling(dp, skip_updates=True)