Merge pull request #10211 from dekvall/five-new-emojis

emojis: add five new and reduce file size of old ones
This commit is contained in:
Adam
2019-11-10 14:13:54 -05:00
committed by GitHub
56 changed files with 6 additions and 1 deletions

View File

@@ -79,7 +79,12 @@ enum Emoji
PARTY_POPPER("@@@"),
EYES("O.O"),
SWEAT(";;"),
PILE_OF_POO("~@~");
PILE_OF_POO("~@~"),
FIRE("(/\\)"),
ALIEN("(@.@)"),
EGGPLANT("8=D"),
WAVE("(^_^)/"),
HEART_EYES("(*.*)");
private static final Map<String, Emoji> emojiMap;