diff options
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ struct { { ":-(", "😞" }, { ":-*", "😘" }, { ":-/", "😕" }, - { "8-o", "😳" }, + { "8-o", "😲" }, { "%-)", "🤪" }, { ":_(", "😢" }, { ":-|", "😐" }, @@ -29,6 +29,7 @@ struct { { ":eyeroll:", "🙄" }, { ":beer:", "🍺" }, { ":beers:", "🍻" }, + { ":munch:", "😱" }, { NULL, NULL } }; |