Skip to content

Commit

Permalink
fix edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Brew committed Jun 9, 2019
1 parent 5b8154b commit 5de7aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/say.py
Expand Up @@ -114,6 +114,7 @@ def handle_say(bot: telegram.Bot, chat, job_queue, message: telegram.Message,
tag = get_tag(chat, tag_name)
edit_log.tag.add(tag)
edit_log.content = text
edit_log.entities = rpg_message.entities.to_object()
edit_log.kind = kind
edit_log.save()
return
Expand Down

0 comments on commit 5de7aad

Please sign in to comment.