html terminal
Diffstat (limited to 'src/bot/lb.rs')
-rw-r--r--src/bot/lb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/lb.rs b/src/bot/lb.rs
index 5d2eea3..244ffbf 100644
--- a/src/bot/lb.rs
+++ b/src/bot/lb.rs
@@ -32,7 +32,7 @@ pub async fn lb(
.unwrap();
static RE: LazyLock<Regex> =
LazyLock::new(|| Regex::new("[0-9]: <(.)([0-3])> ([^:]+): ([0-9]+) wins").unwrap());
- c.reply(emoji::mindustry::to_discord(&RE.replace_all(
+ c.reply(crate::emoji::mindustry::to_discord(&RE.replace_all(
&get_nextblock().await[14..],
"<$1$2> $3: $4 wins",
)))