Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1.  
  2. [Cog Invite]Carregada Com Sucesso.
  3. Luiz Fernando Online.
  4. Ignoring exception in command invite:
  5. Traceback (most recent call last):
  6. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 79, in wrapped
  7. ret = await coro(*args, **kwargs)
  8. File \"/home/user_396871416341069845/cogs/invite.py\", line 16, in invite
  9. inv.add_field(name=f'{message.author.name} | Obrigado Por Me Adicionar No Seu Server!', value=':arrow_right: [Convite Do BOT!](http://dapalan.com/3sGl)\\n')
  10. NameError: name 'message' is not defined
  11.  
  12. The above exception was the direct cause of the following exception:
  13.  
  14. Traceback (most recent call last):
  15. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/bot.py\", line 863, in invoke
  16. await ctx.command.invoke(ctx)
  17. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 728, in invoke
  18. await injected(*ctx.args, **ctx.kwargs)
  19. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 88, in wrapped
  20. raise CommandInvokeError(exc) from exc
  21. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NameError: name 'message' is not defined
  22. Ignoring exception in command invite:
  23. Traceback (most recent call last):
  24. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 79, in wrapped
  25. ret = await coro(*args, **kwargs)
  26. File \"/home/user_396871416341069845/cogs/invite.py\", line 16, in invite
  27. inv.add_field(name=f'{message.author.name} | Obrigado Por Me Adicionar No Seu Server!', value=':arrow_right: [Convite Do BOT!](http://dapalan.com/3sGl)\\n')
  28. NameError: name 'message' is not defined
  29.  
  30. The above exception was the direct cause of the following exception:
  31.  
  32. Traceback (most recent call last):
  33. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/bot.py\", line 863, in invoke
  34. await ctx.command.invoke(ctx)
  35. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 728, in invoke
  36. await injected(*ctx.args, **ctx.kwargs)
  37. File \"/usr/local/lib/python3.7/site-packages/discord/ext/commands/core.py\", line 88, in wrapped
  38. raise CommandInvokeError(exc) from exc
  39. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NameError: name 'message' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement