emoji: Add 6 more emoticon conversions.

While there are many more these are well established.
This commit is contained in:
Gittenburg
2020-06-26 22:23:18 +02:00
committed by Tim Abbott
parent 1defd21dac
commit 0ad67a2c5f

View File

@@ -42,6 +42,12 @@ EMOTICON_CONVERSIONS = {
'<3': ':heart:',
':|': ':expressionless:',
':/': ':confused:',
';)': ':wink:',
':D': ':grinning:',
':o': ':open_mouth:',
':O': ':open_mouth:',
':p': ':stuck_out_tongue:',
':P': ':stuck_out_tongue:',
}
def emoji_names_for_picker(emoji_name_maps: Dict[str, Dict[str, Any]]) -> List[str]: