Skip to content

Commit

Permalink
Removed no whitespace match - stickers can have whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jan 12, 2025
1 parent 7bc3192 commit e3803e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/bot_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lazy_static! {
"(?<emoji>",
r":[^:\s]*:",
")|(?<embed_emoji>",
r"\[[^\[\]\s]*\]\([^()]*\)",
r"\[[^\[\]]*\]\([^()]*\)",
")",
)
).unwrap()
Expand Down

0 comments on commit e3803e4

Please sign in to comment.