From e3803e4e11a202cd733574913b78a334e7310c8d Mon Sep 17 00:00:00 2001 From: 1Kill2Steal <171241044+1Git2Clone@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:21:00 +0200 Subject: [PATCH] Removed no whitespace match - stickers can have whitespace --- src/data/bot_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/bot_data.rs b/src/data/bot_data.rs index 4e385cd..1a91f65 100644 --- a/src/data/bot_data.rs +++ b/src/data/bot_data.rs @@ -51,7 +51,7 @@ lazy_static! { "(?", r":[^:\s]*:", ")|(?", - r"\[[^\[\]\s]*\]\([^()]*\)", + r"\[[^\[\]]*\]\([^()]*\)", ")", ) ).unwrap()