philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Errors should be handled at the interaction response level #64

Closed philpax closed 1 year ago

philpax commented 1 year ago

Errors are currently caught at the top level, resulting in them not being linked to their source interaction. This leads to ghost error messages as well as general confusion with multiple errors at once.

philpax commented 1 year ago

todo: add a helper that automatically edits a response if the result fails