File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 45
45
]
46
46
47
47
EMOJI_REPLACE = {
48
- ":neutral_face:" : ":cat:" ,
49
- ":cry:" : ":crying_cat_face:" ,
50
- ":heart_eyes:" : ":heart_eyes_cat:" ,
51
- ":joy:" : ":joy_cat:" ,
52
- ":kissing:" : ":kissing_cat:" ,
53
- ":angry:" : ":pouting_cat:" ,
54
- ":scream:" : ":scream_cat:" ,
55
- ":laughing:" : ":smile_cat:" ,
56
- ":grinning:" : ":smiley_cat:" ,
57
- ":smirk:" : ":smirk_cat:" ,
58
- ":pleading_face:" : ":pleading_face::point_right::point_left:"
48
+ "😐" : ":cat:" ,
49
+ "😢" : ":crying_cat_face:" ,
50
+ "😍" : ":heart_eyes_cat:" ,
51
+ "😂" : ":joy_cat:" ,
52
+ "😗" : ":kissing_cat:" ,
53
+ "😠" : ":pouting_cat:" ,
54
+ "😱" : ":scream_cat:" ,
55
+ "😆" : ":smile_cat:" ,
56
+ "🙂" : ":smiley_cat:" ,
57
+ "😀" : ":smiley_cat:" ,
58
+ "😏" : ":smirk_cat:" ,
59
+ "🥺" : ":pleading_face::point_right::point_left:"
59
60
}
60
61
REGEX_WORD_REPLACE = re .compile (r"(?<!w)[lr](?!w)" )
61
62
You can’t perform that action at this time.
0 commit comments