fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-11-01 19:47:11 +10:00
parent 9ebf6c87c1
commit a2aad0e497

2
bot.py
View File

@ -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='https://memepedia.ru/wp-content/uploads/2018/08/ya-pidoras.jpg') await bot.send_photo(message.chat.id, photo='https://memepedia.ru/wp-content/uploads/2018/08/ya-pidoras.jpg')
@dp.message_handler(text == "хто я" ) @dp.message_handler(text = "хто я" )
async def send_faggot(message: types.Message): async def send_faggot(message: types.Message):
await bot.send_photo(message.chat.id, photo='https://www.meme-arsenal.com/memes/ecebd2339c7eab40e09874bd86a38a09.jpg') await bot.send_photo(message.chat.id, photo='https://www.meme-arsenal.com/memes/ecebd2339c7eab40e09874bd86a38a09.jpg')