emojis: add five new emojis
Added emojis are: - Fire `(/\)` - Alien `(@.@)` - Eggplant `8=D` - Wave `(^_^)/` - Heart eyes `(*.*)`
This commit is contained in:
@@ -79,7 +79,12 @@ enum Emoji
|
|||||||
PARTY_POPPER("@@@"),
|
PARTY_POPPER("@@@"),
|
||||||
EYES("O.O"),
|
EYES("O.O"),
|
||||||
SWEAT(";;"),
|
SWEAT(";;"),
|
||||||
PILE_OF_POO("~@~");
|
PILE_OF_POO("~@~"),
|
||||||
|
FIRE("(/\\)"),
|
||||||
|
ALIEN("(@.@)"),
|
||||||
|
EGGPLANT("8=D"),
|
||||||
|
WAVE("(^_^)/"),
|
||||||
|
HEART_EYES("(*.*)");
|
||||||
|
|
||||||
private static final Map<String, Emoji> emojiMap;
|
private static final Map<String, Emoji> emojiMap;
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 329 B |
Binary file not shown.
|
After Width: | Height: | Size: 178 B |
Binary file not shown.
|
After Width: | Height: | Size: 265 B |
Binary file not shown.
|
After Width: | Height: | Size: 373 B |
Binary file not shown.
|
After Width: | Height: | Size: 361 B |
Reference in New Issue
Block a user