From 52bc824027b2cca3a8bfea6c36d507da3799c535 Mon Sep 17 00:00:00 2001 From: core Date: Sat, 22 Jul 2023 17:11:41 -0400 Subject: [PATCH] hotfix: various other people broke my bot :( --- azalea-worker/src/bacon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-worker/src/bacon.rs b/azalea-worker/src/bacon.rs index 04cdc91..8b34845 100644 --- a/azalea-worker/src/bacon.rs +++ b/azalea-worker/src/bacon.rs @@ -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 {