poise_error
An opinionated plug-and-play library for error handling in Discord bots made
with poise.
To get started, plug poise_error::on_error into your poise::FrameworkOptions
to let poise_error handle your bot's errors.
use on_error;
let framework = builder
.options
.build;
See the docs for more information.