Skip to content

Instantly share code, notes, and snippets.

@vega0
Created November 10, 2021 09:35
Show Gist options
  • Save vega0/54e6dad101e1a07aa35ca16f372995d2 to your computer and use it in GitHub Desktop.
Save vega0/54e6dad101e1a07aa35ca16f372995d2 to your computer and use it in GitHub Desktop.
No custom description.
Traceback (most recent call last):
  File <?61962809>, line 85, in wrapped
    ret = await coro(*args, **kwargs)
  File <?38028736>, line 97, in auth
    await ctx.send(<?48693696> + e)
UnboundLocalError: local variable 'e' referenced before assignment
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File <?30100955>, line 47, in invoke
    await ctx.command.invoke(ctx)
  File <?61962809>, line 1348, in invoke
    await ctx.invoked_subcommand.invoke(ctx)
  File <?61962809>, line 863, in invoke
    await injected(*ctx.args, **ctx.kwargs)
  File <?61962809>, line 94, in wrapped
    raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: UnboundLocalError: local variable 'e' referenced before assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment