send morj as photo

master
bakatrouble 5 years ago
parent 5fb5c36369
commit f832148537

@ -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…
Cancel
Save