html terminal
Diffstat (limited to 'src/webhook.rs')
-rw-r--r--src/webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webhook.rs b/src/webhook.rs
index 77da058..d239dc2 100644
--- a/src/webhook.rs
+++ b/src/webhook.rs
@@ -196,7 +196,7 @@ fn get(line: &str) -> Option<Message> {
}
pub fn mindustry_to_discord(s: &str) -> String {
- strip_colors(&mention(&emoji::mindustry::to_discord(&unify(s))))
+ strip_colors(&mention(&crate::emoji::mindustry::to_discord(&unify(s))))
}
pub fn unify(s: &str) -> String {