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