Advertisement
Guest User

Untitled

a guest
Apr 15th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Ignoring exception in command info:
  2. Traceback (most recent call last):
  3. File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\bot.py", line 892, in invoke
  4. await ctx.command.invoke(ctx)
  5. File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 790, in invoke
  6. await self.prepare(ctx)
  7. File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 751, in prepare
  8. await self._parse_arguments(ctx)
  9. File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 670, in _parse_arguments
  10. transformed = await self.transform(ctx, param)
  11. File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 516, in transform
  12. raise MissingRequiredArgument(param)
  13. discord.ext.commands.errors.MissingRequiredArgument: infovar is a required argument that is missing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement