feat: reintroduce eta
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
4b80ec7345
commit
358df91509
4 changed files with 43 additions and 4 deletions
|
@ -6,7 +6,7 @@ use log::*;
|
|||
use poise::serenity_prelude::Timestamp;
|
||||
use poise::FrameworkError;
|
||||
|
||||
pub async fn handle(error: poise::FrameworkError<'_, Data, Report>) {
|
||||
pub async fn handle(error: FrameworkError<'_, Data, Report>) {
|
||||
match error {
|
||||
FrameworkError::Setup { error, .. } => error!("Error setting up client!\n{error:#?}"),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue