Some refactoring, sorting out a few bugs and fix rules

This commit is contained in:
Jannes Höke
2016-03-07 23:50:39 +01:00
parent 14c4f0732b
commit 7c100bc5ba
4 changed files with 158 additions and 83 deletions

6
start_bot.py Normal file
View File

@ -0,0 +1,6 @@
# Modify this file if you want a different startup sequence, for example using
# a Webhook
def start_bot(updater):
updater.start_polling()