Some refactoring, sorting out a few bugs and fix rules
This commit is contained in:
6
start_bot.py
Normal file
6
start_bot.py
Normal 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()
|
Reference in New Issue
Block a user