jacob614

prefix error

Nov 2nd, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.65 KB | None | 0 0
  1. During handling of the above exception, another exception occurred:
  2.  
  3. Traceback (most recent call last):
  4.   File "./wolfbot.py", line 143, in on_unhandled
  5.     handler.unhandled(cli, prefix, cmd, *args)
  6.   File "/home/jacob/code/lykos/src/handler.py", line 48, in unhandled
  7.     fn.caller(cli, prefix, *args)
  8.   File "/home/jacob/code/lykos/src/decorators.py", line 74, in __call__
  9.     pastebin_tb(channels.Dev, messages["error_log"], data, prefix=botconfig.DEV_PREFIX)
  10.   File "/home/jacob/code/lykos/src/utilities.py", line 489, in pastebin_tb
  11.     context.send(" ".join((msg, url)), prefix=prefix)
  12. TypeError: send() got an unexpected keyword argument 'prefix'
Advertisement
Add Comment
Please, Sign In to add comment