Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Ignoring exception in command succ
  2. Traceback (most recent call last):
  3. File "C:\Users\Zayto\untitled\lib\site-packages\discord\ext\commands\core.py", line 50, in wrapped
  4. ret = yield from coro(*args, **kwargs)
  5. File "C:/Users/Zayto/PycharmProjects/rapebot/rapebot69.py", line 205, in succ
  6. succ = '<@%s>' % ctx.message.author.id + s % user
  7. TypeError: not all arguments converted during string formatting
  8.  
  9. The above exception was the direct cause of the following exception:
  10.  
  11. Traceback (most recent call last):
  12. File "C:\Users\Zayto\untitled\lib\site-packages\discord\ext\commands\bot.py", line 848, in process_commands
  13. yield from command.invoke(ctx)
  14. File "C:\Users\Zayto\untitled\lib\site-packages\discord\ext\commands\core.py", line 369, in invoke
  15. yield from injected(*ctx.args, **ctx.kwargs)
  16. File "C:\Users\Zayto\untitled\lib\site-packages\discord\ext\commands\core.py", line 54, in wrapped
  17. raise CommandInvokeError(e) from e
  18. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: not all arguments converted during string formatting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement