Add unauth handler
This commit is contained in:
parent
1900d516a9
commit
cfa2404bbb
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -18,6 +18,7 @@ def unauth(bot, update):
|
|||
|
||||
updater.dispatcher.add_handler(telegram.ext.CommandHandler("start", start))
|
||||
updater.dispatcher.add_handler(telegram.ext.CommandHandler("auth", auth))
|
||||
updater.dispatcher.add_handler(telegram.ext.CommandHandler("unauth", unauth))
|
||||
|
||||
try:
|
||||
updater.start_polling()
|
||||
|
|
Loading…
Reference in a new issue