Advertisement
swimmerhair

Swimbot Error

Feb 9th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.00 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/Swimbot/whois.py", line 415, in whois
  3.     rxn, user = await self.bot.wait_for('reaction_add', timeout=15, check=check_user)
  4.   File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
  5.     raise futures.TimeoutError()
  6. concurrent.futures._base.TimeoutError
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  12.     ret = await coro(*args, **kwargs)
  13.   File "/home/pi/Swimbot/whois.py", line 431, in whois
  14.     await message.clear_reactions()
  15.   File "/home/pi/.local/lib/python3.7/site-packages/discord/message.py", line 1096, in clear_reactions
  16.     await self._state.http.clear_reactions(self.channel.id, self.id)
  17.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 241, in request
  18.     raise Forbidden(r, data)
  19. discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement