#How do I make continue to show up traceback with CommandErrorEvent?

1 messages · Page 1 of 1 (latest)

brave ginkgo
#
@plugin.listener(lightbulb.CommandErrorEvent)
async def exceptions(event: lightbulb.CommandErrorEvent):
  ...
latent haven
#

Not sure exactly what you mean?

wheat berry
#

^

brave ginkgo
#

command errors cease to appear in the console when a handler is added

wheat berry
#

That is what a handler does, yes

brave ginkgo
#

Can I get more information from the event object?

#

in addition event.exception

wheat berry
#

Ye

latent haven
#

Do you mean the traceback of the error?

wheat berry
#

It's a great resource

latent haven
#

^

brave ginkgo
wheat berry
#

Hopefully will cover 99% of what you needed

latent haven
wheat berry
#

Yeah it's on the error handling guide

latent haven
#

Yeah 👍 just another resource.