Remove >_< from emoji substitutions
This commit is contained in:
parent
80b63cceb6
commit
8c01c619d5
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