This commit is contained in:
parent
b91fc77934
commit
1b2d496ec2
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='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.lower(" хто я " ))
|
@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=open('/usr/share/python_bot/faggot.jpg', 'rb'))
|
await bot.send_photo(message.chat.id, photo=open('/usr/share/python_bot/faggot.jpg', 'rb'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user