Skip to content

Commit

Permalink
Render smile ":]" as 😏
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 19, 2023
1 parent 8173354 commit 03b72bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Parser/Parsers/Smilies.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Smilies extends HashParser implements Parser
':[' => 'rage',
':-[' => 'rage',
':|' => 'raised_eyebrow',
':]' => 'sunglasses',
':]' => 'smirk',
':d' => 'happy',
];

Expand Down

0 comments on commit 03b72bc

Please sign in to comment.