6 lines
145 B
Python
6 lines
145 B
Python
# Modify this file if you want a different startup sequence, for example using
|
|
# a Webhook
|
|
|
|
|
|
def start_bot(updater):
|
|
updater.start_polling()
|