diff --git a/main.py b/main.py index 9c0b40b..15b23ee 100755 --- a/main.py +++ b/main.py @@ -236,7 +236,7 @@ def users_list(bot: Bot, update: Update): def morj(bot: Bot, update: Update): - text = update.effective_message.text[5:] + text = update.effective_message.text[6:] fname = '/tmp/morj{}.png'.format(uuid4()) draw_morj(text, fname) update.effective_message.reply_document(open(fname, 'rb'))