Skip to content

Commit

Permalink
Fixed hall of fame emoji matching not working
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Mar 8, 2021
1 parent 9ae7eb0 commit ebbe993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/receivers/HallOfFame.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ attemptHallOfFame r = do

hallOfFameEmotes :: [T.Text]
hallOfFameEmotes =
[ "xree"
, "kekw"
[ "XREE"
, "KEKW"
, "\11088" -- star
] -- These are matched case-insensitively

Expand Down

0 comments on commit ebbe993

Please sign in to comment.