rollback easter

This commit is contained in:
bakatrouble 2019-04-29 01:40:25 +03:00
parent 6ac7c95a28
commit 029d08d2aa

View File

@ -268,8 +268,6 @@ def _process_message(bot: Bot, m: Message):
reply_to_message_id=reply_to_message_id, parse_mode='html')
elif hasattr(m, 'document') and m.document:
d = m.document
if d.mime_type == 'video/mp4':
d.file_id = 'CgADAgAD-wIAAsWRKUpcsMl_cdwp3wI'
r = bot.send_document(uid, d.file_id, d.file_name, caption, reply_to_message_id=reply_to_message_id,
parse_mode='html')
elif hasattr(m, 'photo') and m.photo: