From cadb2fb4c629791559b8641f49f9cd86f8d13bf9 Mon Sep 17 00:00:00 2001 From: MrDetonia Date: Wed, 10 May 2017 12:18:33 +0000 Subject: [PATCH] v1.0.3 - eggs --- common.py | 2 +- helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.py b/common.py index 08c401c..53d98ab 100755 --- a/common.py +++ b/common.py @@ -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 diff --git a/helpers.py b/helpers.py index b6b0d63..cf93e60 100755 --- a/helpers.py +++ b/helpers.py @@ -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}", }