Advertisement
swimmerhair

Swimbot Error

Dec 17th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.80 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\bot.py", line 903, in invoke
  3.     await ctx.command.invoke(ctx)
  4.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 859, in invoke
  5.     await injected(*ctx.args, **ctx.kwargs)
  6.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  7.     ret = await coro(*args, **kwargs)
  8.   File "c:\Users\wmiller\Desktop\Swimbot\whois.py", line 515, in seen
  9.     new_stats = await COC.Player(tag).info
  10.   File "c:\Users\wmiller\Desktop\Swimbot\COC.py", line 36, in info
  11.     elif r.status == 403: raise swimbot_utils.CoCForbidden
  12. swimbot_utils.CoCForbidden
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement