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())