hotfix: various other people broke my bot :(
This commit is contained in:
parent
54f2c3e5fa
commit
52bc824027
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue