reply to message stay if edited previous mess
Closes #142
DB CHANGES: the db kept track of the id
of the message and not the message_id
so when the message was being edited the id didn't mach anymore. I've changed it so the column reply_to_message_id
points to message_id
and not id
but that meant changing the type from int to string in the database.