Remove unnecessary logging of on_event: flooding the logs

This commit is contained in:
bluepython508
2025-07-20 13:51:11 +01:00
parent e38ce4e568
commit 1482e1770d

View File

@@ -341,7 +341,6 @@ async fn register_commands(
Ok(())
}
#[tracing::instrument(skip(ctx, framework))]
async fn on_event(
ctx: &serenity::Context,
event: &serenity::FullEvent,