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
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pub async fn handle_message(p: ChatPacket, client: &mut Client, config: &Config)
component += "\\"; component += "\\";
continue; 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; return;
} }
if is_parsing_string { if is_parsing_string {