hotfix: various other people broke my bot :(

This commit is contained in:
core 2023-07-22 17:11:41 -04:00
parent 54f2c3e5fa
commit 52bc824027
Signed by: core
GPG key ID: FDBF740DADDCEECF

View file

@ -62,7 +62,7 @@ pub async fn handle_message(p: ChatPacket, client: &mut Client, config: &Config)
component += "\\";
continue;
}
client.chat(&format!("[bot] Sorry, I don't understand that message. (invalid escape char)"));
//client.chat(&format!("[bot] Sorry, I don't understand that message. (invalid escape char)"));
return;
}
if is_parsing_string {