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 08b3ce8..f7ea620 100644
--- a/src/webhook.rs
+++ b/src/webhook.rs
@@ -145,7 +145,7 @@ fn get(line: &str) -> Option<Message> {
if !(u.is_empty() || c.is_empty() || HAS_UUID.is_match(c) || HAS_UUID.is_match(u)) {
return Some(Message::Chat {
player: unify(u),
- content: unify(&crate::conv::replace(c)),
+ content: unify(&emoji::mindustry::to_discord(c)),
});
}
}