mirror of
https://github.com/emojisum/emojisum.git
synced 2025-01-07 12:17:09 +00:00
emojimap: :troll_face: -> 🤢
Ref: #5 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
998a2f8244
commit
e55f1cc730
3 changed files with 3 additions and 3 deletions
|
@ -234,7 +234,7 @@
|
|||
[":tophat:"],
|
||||
[":tractor:"],
|
||||
[":trolleybus:"],
|
||||
[":trollface:"],
|
||||
[":nauseated_face:", "U+1F922"],
|
||||
[":trophy:"],
|
||||
[":trumpet:"],
|
||||
[":turtle:"],
|
||||
|
|
|
@ -247,7 +247,7 @@ draft+2
|
|||
* `229` -- :tophat: `:tophat:`
|
||||
* `230` -- :tractor: `:tractor:`
|
||||
* `231` -- :trolleybus: `:trolleybus:`
|
||||
* `232` -- :trollface: `:trollface:`
|
||||
* `232` -- :nauseated_face: `:nauseated_face:` U+1F922
|
||||
* `233` -- :trophy: `:trophy:`
|
||||
* `234` -- :trumpet: `:trumpet:`
|
||||
* `235` -- :turtle: `:turtle:`
|
||||
|
|
|
@ -472,7 +472,7 @@ func init() {
|
|||
},
|
||||
Words{ ":trolleybus:",
|
||||
},
|
||||
Words{ ":trollface:",
|
||||
Words{ ":nauseated_face:","U+1F922",
|
||||
},
|
||||
Words{ ":trophy:",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue