Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "bleed.py", line 7409, in <module>
  3. bot.run(Settings.token)
  4. File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 598, in run
  5. return future.result()
  6. File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 579, in runner
  7. await self.start(*args, **kwargs)
  8. File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 543, in start
  9. await self.connect(reconnect=reconnect)
  10. File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 457, in connect
  11. await self._connect()
  12. File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 421, in _connect
  13. await self.ws.poll_event()
  14. File "/usr/local/lib/python3.6/dist-packages/discord/gateway.py", line 469, in poll_event
  15. await self.received_message(msg)
  16. File "/usr/local/lib/python3.6/dist-packages/discord/gateway.py", line 423, in received_message
  17. func(data)
  18. File "/usr/local/lib/python3.6/dist-packages/discord/state.py", line 407, in p arse_message_reaction_add
  19. emoji = PartialEmoji.with_state(self, animated=emoji_data['animated'], id=em oji_id, name=emoji_data['name'])
  20. KeyError: 'animated'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement