send morj as photo
This commit is contained in:
parent
5fb5c36369
commit
f832148537
2
main.py
2
main.py
@ -239,7 +239,7 @@ def morj(bot: Bot, update: Update):
|
||||
text = update.effective_message.text[6:]
|
||||
fname = '/tmp/morj{}.png'.format(uuid4())
|
||||
draw_morj(text, fname)
|
||||
update.effective_message.reply_document(open(fname, 'rb'))
|
||||
update.effective_message.reply_photo(open(fname, 'rb'))
|
||||
os.unlink(fname)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user