From 280c23f3e350b47ce71f58a7457dfe90f9fd6432 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Thu, 23 Feb 2023 16:58:09 +0800 Subject: [PATCH] Remove processing message --- src/main.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.rs b/src/main.rs index e6fbad3..25672d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -625,14 +625,6 @@ async fn handle(mut client: Client, event: Event, state: Arc) -> anyhow:: .nth(1) .unwrap_or("") .to_string(); - log_error( - client - .send_command_packet(&format!( - "msg {} Processing command...", - bot_owner - )) - .await, - ); let return_value = &bot::process_command(&command, &bot_owner, &mut client, state.clone())