Skip to content

Commit

Permalink
Merge pull request #129 from TheVikJ/main
Browse files Browse the repository at this point in the history
feat: reactions for Nandan and Electron
  • Loading branch information
AdamDIOM authored Jan 24, 2022
2 parents e3f34c6 + 2a9bd1a commit dec0b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/emojis.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"pizza": "\U0001f355",
"expressionless": "\U0001F611",
"pleading_face": "\U0001f97a",
"zap": "\uE13D",
"face_exhaling": "\U0001f62e\u000200d\u0001f4a8"
}
#TODO: find a way to automate getting the unicodes (web scraping?)

Expand Down
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ async def on_message(message):
'ryan': [custom_map["ryancoin"]],
'neel': [custom_map["spaceblahaj"]],
'vik': [custom_map["mlhblahaj"]],
'electron': [default_map["zap"]],
'bailey': [custom_map["awwblahaj"], default_map["flag_vn"]],
'tiff': [custom_map["royalblahaj"]],
'tyff': [custom_map["royalblahaj"]],
Expand All @@ -179,7 +180,8 @@ async def on_message(message):
'ash': [default_map["regional_indicator_m"], default_map["regional_indicator_e"], default_map["m"], default_map["e_mail"]],
'mara': [default_map["smiling_face_with_hearts"]],
'adam': [default_map["isle_of_man"], custom_map["adam"]],
'rico': [default_map["flag_us"], default_map["flag_in"]]
'rico': [default_map["flag_us"], default_map["flag_in"]],
'nandan': [default_map["face_exhaling"]]
}

for substr, reacts in people_reacts.items():
Expand Down

0 comments on commit dec0b46

Please sign in to comment.