Add one missing emoji shortcut

This commit is contained in:
Fedor Indutny
2023-12-21 22:01:51 +01:00
committed by GitHub
parent bca00558c4
commit d5081abaf4

View File

@@ -22,6 +22,7 @@ const emojiMap: Record<string, string> = {
':-p': 'stuck_out_tongue',
":'(": 'cry',
':-\\': 'confused',
':-|': 'neutral_face',
';-)': 'wink',
'(Y)': '+1',
'(N)': '-1',