Advertisement
zerg3rr

Python Bot Error

Feb 21st, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.11 KB | None | 0 0
  1. C:\Python35\python.exe E:/Programming/projects/twitchbot/bot.py
  2.  
  3.  
  4. ['electricalskateboard', 'nightbot', 'zerg3rr']
  5. 16:00) tmi: :tmi.twitch.tv 001 giphertius :Welcome, GLHF!
  6. :tmi.twitch.tv 002 giphertius :Your host is tmi.twitch.tv
  7. :tmi.twitch.tv 003 giphertius :This server is rather new
  8. :tmi.twitch.tv 004 giphertius :-
  9. :tmi.twitch.tv 375 giphertius :-
  10. :tmi.twitch.tv 372 giphertius :You are in a maze of twisty passages, all alike.
  11. :tmi.twitch.tv 376 giphertius :>
  12. :giphertius!giphertius@giphertius.tmi.twitch.tv JOIN #zerg3rr
  13. :giphertius.tmi.twitch.tv 353 giphertius = #zerg3rr :giphertius
  14. :giphertius.tmi.twitch.tv 366 giphertius #zerg3rr :End of /NAMES list
  15.  
  16. set()
  17. 16:00) zerg3rr: !hello
  18. Traceback (most recent call last):
  19.  
  20. set()
  21.   File "E:/Programming/projects/twitchbot/bot.py", line 15, in <module>
  22.     from botcommands import *
  23.   File "E:\Programming\projects\twitchbot\botcommands.py", line 4, in <module>
  24.     from twitchbot import bot
  25.   File "E:\Programming\projects\twitchbot\bot.py", line 133, in <module>
  26.     chat(s, hello())
  27. NameError: name 'hello' is not defined
  28.  
  29. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement