hotfix: various other people broke my bot :(
This commit is contained in:
parent
54f2c3e5fa
commit
52bc824027
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue