diff --git a/bot.py b/bot.py index 15d172e..1365fa3 100644 --- a/bot.py +++ b/bot.py @@ -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)