1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-22 03:44:18 -05:00

v1.0.3 - eggs

This commit is contained in:
MrDetonia 2017-05-10 12:18:33 +00:00
parent b37b4561be
commit cadb2fb4c6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import json
# bot version
version = "v1.0.2"
version = "v1.0.3"
# TODO: generate this on the fly and make it look acceptable

View File

@ -76,7 +76,7 @@ def makireacts(client, msg):
reactions = {
r"\bmaki\b": "\N{BLACK HEART SUIT}",
r"\bbutter\b": "\N{PERSON WITH FOLDED HANDS}",
r"\begg\b": "\N{AUBERGINE}",
r"\begg[s]?\b": "\N{AUBERGINE}",
r"\bproblematic\b": "\N{EYEGLASSES}",
}