Remove >_< from emoji substitutions
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
b2564e07ad
commit
3fbc2455da
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ const emojiMap: Record<string, string> = {
|
|||
'(n)': '-1',
|
||||
'<3': 'heart',
|
||||
'^_^': 'grin',
|
||||
'>_<': 'laughing',
|
||||
};
|
||||
|
||||
function buildRegexp(obj: Record<string, string>): RegExp {
|
||||
|
|
Loading…
Reference in a new issue