Remove >_< from emoji substitutions

This commit is contained in:
ayumi-signal 2024-10-17 14:23:13 -07:00 committed by GitHub
parent 80b63cceb6
commit 8c01c619d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,6 @@ const emojiMap: Record<string, string> = {
'(n)': '-1',
'<3': 'heart',
'^_^': 'grin',
'>_<': 'laughing',
};
function buildRegexp(obj: Record<string, string>): RegExp {