From b940703adc61b2b373d247bbb650bbd237c3031a Mon Sep 17 00:00:00 2001 From: Samalando <156577273+Samalando@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:49:50 +0100 Subject: [PATCH] Update eta.rs Signed-off-by: Samalando <156577273+Samalando@users.noreply.github.com> --- src/handlers/event/eta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/event/eta.rs b/src/handlers/event/eta.rs index 02bb24e..6db523e 100644 --- a/src/handlers/event/eta.rs +++ b/src/handlers/event/eta.rs @@ -7,7 +7,7 @@ use regex::Regex; fn regex() -> &'static Regex { static REGEX: OnceLock = OnceLock::new(); - REGEX.get_or_init(|| Regex::new(r"\beta\b").unwrap()) + REGEX.get_or_init(|| Regex::new(r"(?i)\beta\b").unwrap()) } const MESSAGES: [&str; 16] = [