2020-12-03 08:42:31,746 - apscheduler.scheduler - INFO - Scheduler started
2020-12-03 08:42:35,316 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/telegram/ext/dispatcher.py", line 432, in process_update
handler.handle_update(update, self, check, context)
File "/usr/local/lib/python3.8/dist-packages/telegram/ext/handler.py", line 156, in handle_update
return self.callback(update, context)
File "
eng.py", line 814, in start
bot.send_message(chat_id=update.message.chat_id, text="Welcome! I'm Emeric, the TCoD Mafia Bot. "
AttributeError: 'Update' object has no attribute 'send_message'