Skip to content

Instantly share code, notes, and snippets.

@vega0
Created November 10, 2021 09:36
Show Gist options
  • Save vega0/cbdd285380103abdca1a50a6f490b6a4 to your computer and use it in GitHub Desktop.
Save vega0/cbdd285380103abdca1a50a6f490b6a4 to your computer and use it in GitHub Desktop.
No custom description.
Traceback (most recent call last):
  File <?61363860>, line 85, in wrapped
    ret = await coro(*args, **kwargs)
  File <?59803214>, line 98, in auth
    await ctx.send(<?56350580> + e)
TypeError: can only concatenate str (not <?17720233>) to str
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File <?10579614>, line 47, in invoke
    await ctx.command.invoke(ctx)
  File <?61363860>, line 1348, in invoke
    await ctx.invoked_subcommand.invoke(ctx)
  File <?61363860>, line 863, in invoke
    await injected(*ctx.args, **ctx.kwargs)
  File <?61363860>, line 94, in wrapped
    raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: can only concatenate str (not <?17720233>) to str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment