Remove processing message

This commit is contained in:
ErrorNoInternet 2023-02-23 16:58:09 +08:00
parent 90b8ad142a
commit 280c23f3e3
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -625,14 +625,6 @@ async fn handle(mut client: Client, event: Event, state: Arc<State>) -> 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())