Remove >_< from emoji substitutions

Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-10-17 18:42:44 -05:00 committed by GitHub
parent b2564e07ad
commit 3fbc2455da
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 {