[F] Fix markdown format parsing

This commit is contained in:
Hykilpikonna
2020-11-22 12:12:28 -05:00
parent 83a9276478
commit b5021d07b1
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -27,3 +27,6 @@ if __name__ == '__main__':
# Register commands
dispatcher.add_handler(CommandHandler('start', start))
# Start bot
updater.start_polling()