feat: reintroduce eta

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
TheKodeToad 2023-12-03 13:42:36 +00:00 committed by seth
parent 4b80ec7345
commit 358df91509
4 changed files with 43 additions and 4 deletions

View file

@ -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:#?}"),