emoji: Convert :| to :neutral:.

Previously we converted it to 😑 (which however has closed
eyes). :neutral: has open eyes and therefore more closely resembles :|
This commit is contained in:
Gittenburg 2020-06-29 15:51:21 +02:00 committed by Tim Abbott
parent 0ad67a2c5f
commit a09ee7818c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ EMOTICON_CONVERSIONS = {
'(:': ':slight_smile:',
':(': ':frown:',
'<3': ':heart:',
':|': ':expressionless:',
':|': ':neutral:',
':/': ':confused:',
';)': ':wink:',
':D': ':grinning:',