Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. Kianas-MacBook-Air:luna kianaqian$ python3 ./bot.py
  2. Bot Online!
  3. Name: Luna
  4. ID: 375493563833909248
  5. Ignoring exception in on_message
  6. Traceback (most recent call last):
  7. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  8. yield from getattr(self, event)(*args, **kwargs)
  9. File "./bot.py", line 22, in on_message
  10. if message.content.startswtih('?Mod'):
  11. AttributeError: 'str' object has no attribute 'startswtih'
  12. Ignoring exception in on_message
  13. Traceback (most recent call last):
  14. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  15. yield from getattr(self, event)(*args, **kwargs)
  16. File "./bot.py", line 22, in on_message
  17. if message.content.startswtih('?Mod'):
  18. AttributeError: 'str' object has no attribute 'startswtih'
  19. Ignoring exception in on_message
  20. Traceback (most recent call last):
  21. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  22. yield from getattr(self, event)(*args, **kwargs)
  23. File "./bot.py", line 22, in on_message
  24. if message.content.startswtih('?Mod'):
  25. AttributeError: 'str' object has no attribute 'startswtih'
  26. Ignoring exception in on_message
  27. Traceback (most recent call last):
  28. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  29. yield from getattr(self, event)(*args, **kwargs)
  30. File "./bot.py", line 22, in on_message
  31. if message.content.startswtih('?Mod'):
  32. AttributeError: 'str' object has no attribute 'startswtih'
  33. Ignoring exception in on_message
  34. Traceback (most recent call last):
  35. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  36. yield from getattr(self, event)(*args, **kwargs)
  37. File "./bot.py", line 22, in on_message
  38. if message.content.startswtih('?Mod'):
  39. AttributeError: 'str' object has no attribute 'startswtih'
  40. Ignoring exception in on_message
  41. Traceback (most recent call last):
  42. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  43. yield from getattr(self, event)(*args, **kwargs)
  44. File "./bot.py", line 22, in on_message
  45. if message.content.startswtih('?Mod'):
  46. AttributeError: 'str' object has no attribute 'startswtih'
  47. Ignoring exception in on_message
  48. Traceback (most recent call last):
  49. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  50. yield from getattr(self, event)(*args, **kwargs)
  51. File "./bot.py", line 22, in on_message
  52. if message.content.startswtih('?Mod'):
  53. AttributeError: 'str' object has no attribute 'startswtih'
  54. Ignoring exception in on_message
  55. Traceback (most recent call last):
  56. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
  57. yield from getattr(self, event)(*args, **kwargs)
  58. File "./bot.py", line 22, in on_message
  59. if message.content.startswtih('?Mod'):
  60. AttributeError: 'str' object has no attribute 'startswtih'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement