Remove processing message
This commit is contained in:
parent
90b8ad142a
commit
280c23f3e3
@ -625,14 +625,6 @@ async fn handle(mut client: Client, event: Event, state: Arc<State>) -> anyhow::
|
|||||||
.nth(1)
|
.nth(1)
|
||||||
.unwrap_or("")
|
.unwrap_or("")
|
||||||
.to_string();
|
.to_string();
|
||||||
log_error(
|
|
||||||
client
|
|
||||||
.send_command_packet(&format!(
|
|
||||||
"msg {} Processing command...",
|
|
||||||
bot_owner
|
|
||||||
))
|
|
||||||
.await,
|
|
||||||
);
|
|
||||||
|
|
||||||
let return_value =
|
let return_value =
|
||||||
&bot::process_command(&command, &bot_owner, &mut client, state.clone())
|
&bot::process_command(&command, &bot_owner, &mut client, state.clone())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user