elif m.text == 'Да':
lol = m.message_id
print(lol)
i = True
while i:
if m.message_id - lol != 1:
f = open('order.txt', 'at+', encoding='utf-8')
f.write('Адрес: ' + str(m.text) + '\n')
f.close()
doc = open('order.txt', 'rb')
bot.send_document(config.cn, doc)
bot.send_document(config.cn, "FILEID")
os.remove('order.txt')
bot.send_message(m.chat.id, 'Ваш заказ уже готовится')
time.sleep(1)
i = False
else:
i = True