Skip to content

Commit

Permalink
Removed unnecessary parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Dec 16, 2024
1 parent 4aa2f7d commit 3a95d32
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 @@ -42,7 +42,7 @@ lazy_static! {
pub(crate) static ref EMOJIS_AND_EMBEDS_REGEX: Regex = Regex::new(
concat!(
"(?<emoji>",
r"(:[^:\s]*:)",
r":[^:\s]*:",
")|(?<embed_emoji>",
r"\[[^\[\]\s]*\]\([^()]*\)",
")",
Expand Down

0 comments on commit 3a95d32

Please sign in to comment.