Browse Source

v1.0.3 - eggs

master
MrDetonia 7 years ago
parent
commit
cadb2fb4c6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common.py
  2. +1
    -1
      helpers.py

+ 1
- 1
common.py View File

@@ -13,7 +13,7 @@ import json




# bot version # bot version
version = "v1.0.2"
version = "v1.0.3"




# TODO: generate this on the fly and make it look acceptable # TODO: generate this on the fly and make it look acceptable


+ 1
- 1
helpers.py View File

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




Loading…
Cancel
Save