mau_mau_bot/start_bot.py

7 lines
145 B
Python
Raw Normal View History

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