This repository has been archived on 2020-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mau_mau_bot/start_bot.py
2016-03-07 23:50:39 +01:00

7 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()