This commit is contained in:
Yash Karandikar 2022-01-18 09:48:41 -06:00
parent 91f95c795c
commit 5b06bcc90f

View file

@ -113,7 +113,6 @@ impl EventHandler for Handler {
return;
}
lazy_static! {
static ref PING_RE_1: Regex = Regex::new(r"<@[0-9]+>").unwrap();
static ref PING_RE_2: Regex = Regex::new(r"<@![0-9]+>").unwrap();