ggrigon

python-telegram-bot

May 3rd, 2017
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /usr/home/silver/python-telegram-bot/telegram/utils/deprecate.py:25: UserWarning: telegram.utils.botan is being deprecated, please use telegram.contrib.botan from now on
  2. warnings.warn('{0} is being deprecated, please use {1} from now on'.format(old, new))
  3. Traceback (most recent call last):
  4. File "mybot.py", line 583, in <module>
  5. main()
  6. File "mybot.py", line 432, in main
  7. updater.dispatcher.addHandler(CommandHandler('set', set_value))
  8. AttributeError: 'Dispatcher' object has no attribute 'addHandler'
Advertisement
Add Comment
Please, Sign In to add comment