diff --git a/bot.py b/bot.py index 1b2c966..eeeee10 100755 --- a/bot.py +++ b/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()