Advertisement
swimmerhair

Swimbot Error

Dec 9th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.88 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "c:\Users\swimm\OneDrive\Desktop\Swimbot\server_manager.py", line 61, in purge
  5.     deleted = await ctx.channel.purge(limit=number)
  6.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\channel.py", line 403, in purge
  7.     await ret[-1].delete()
  8.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\message.py", line 801, in delete
  9.     await self._state.http.delete_message(self.channel.id, self.id)
  10.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\http.py", line 243, in request
  11.     raise NotFound(r, data)
  12. discord.errors.NotFound: 404 Not Found (error code: 10003): Unknown Channel
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement