Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Ignoring exception in command identify:
  2. Traceback (most recent call last):
  3. File "/home/jake/.local/lib/python3.5/site-packages/discord/ext/commands/bot.py", line 896, in invoke
  4. await ctx.command.invoke(ctx)
  5. File "/home/jake/.local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 526, in invoke
  6. await self.prepare(ctx)
  7. File "/home/jake/.local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 491, in prepare
  8. await self._parse_arguments(ctx)
  9. File "/home/jake/.local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 409, in _parse_arguments
  10. transformed = await self.transform(ctx, param)
  11. File "/home/jake/.local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 300, in transform
  12. raise MissingRequiredArgument(param)
  13. discord.ext.commands.errors.MissingRequiredArgument: arg is a required argument that is missing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement