Advertisement
swimmerhair

Swimbot Error

Dec 6th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.63 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\premium.py", line 41, in clanpromo
  5.     if not ctx.invoked_subcommand: raise commands.MissingRequiredArgument(None)
  6.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\ext\commands\errors.py", line 145, in __init__
  7.     super().__init__('{0.name} is a required argument that is missing.'.format(param))
  8. AttributeError: 'NoneType' object has no attribute 'name'
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement