forked from Pavel_Durov/python_bot
fix
This commit is contained in:
parent
70c3e62162
commit
fdc32e8d18
2
bot.py
2
bot.py
@ -25,6 +25,8 @@ async def send_image(message: types.Message):
|
||||
|
||||
@dp.message_handler(text_contains='хто я')
|
||||
async def send_faggot(message: types.Message):
|
||||
print(message.text)
|
||||
if message.text == 'хто я':
|
||||
await bot.send_photo(message.chat.id, photo='https://www.meme-arsenal.com/memes/ecebd2339c7eab40e09874bd86a38a09.jpg')
|
||||
|
||||
#хуй
|
||||
|
Loading…
Reference in New Issue
Block a user