Add one missing emoji shortcut
This commit is contained in:
parent
bca00558c4
commit
d5081abaf4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const emojiMap: Record<string, string> = {
|
||||||
':-p': 'stuck_out_tongue',
|
':-p': 'stuck_out_tongue',
|
||||||
":'(": 'cry',
|
":'(": 'cry',
|
||||||
':-\\': 'confused',
|
':-\\': 'confused',
|
||||||
|
':-|': 'neutral_face',
|
||||||
';-)': 'wink',
|
';-)': 'wink',
|
||||||
'(Y)': '+1',
|
'(Y)': '+1',
|
||||||
'(N)': '-1',
|
'(N)': '-1',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue