From 5005e5688177eb43a41980e9f8504595f5135473 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 1 Mar 2023 01:21:58 +0100 Subject: [PATCH] Fix phone and mobile emoji --- CHANGELOG.md | 3 +++ src/emoji.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80f716..5724d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ Procedure when bumping the version number: - `bot::command::Command::execute` now returns a `Result` instead of a `Result<(), E>` - `bot::commands::Commands::handle_packet` now returns a `Result` instead of a `Result<(), E>` +### Fixed +- `phone` and `mobile` emoji + ## v0.3.1 - 2023-02-26 ### Added diff --git a/src/emoji.txt b/src/emoji.txt index 9034f59..51230c4 100644 --- a/src/emoji.txt +++ b/src/emoji.txt @@ -1,6 +1,6 @@ # The vanilla euphoria frontend uses version 0.2.4 of the npm package # "emoji-annotation-to-unicode" [0]. It ignores all emoji set to null [1]. It -# removes the "iphone" emoji [2] and replaces it with the "phone" emoji [3]. It +# removes the "iphone" emoji [2] and replaces it with the "mobile" emoji [3]. It # also adds a few more emoji names without a unicode equivalent [4]. # # [0]: https://www.npmjs.com/package/emoji-annotation-to-unicode/v/0.2.4 @@ -13,7 +13,7 @@ # Each emoji is represented as a single line. The line starts with the emoji # name, followed by zero or more hexadecimal unicode code points. These elements -# are separated by one or more spaces. If mp code points are listed, the emoji +# are separated by one or more spaces. If no code points are listed, the emoji # does not correspond to any unicode code points. ################################# @@ -911,4 +911,4 @@ indigo_heart orange_heart bot greenduck -phone 1f4f1 +mobile 1f4f1