diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/holidays/halloween/spookyreact.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bot/exts/holidays/halloween/spookyreact.py b/bot/exts/holidays/halloween/spookyreact.py index 2cbabdb4..945bde33 100644 --- a/bot/exts/holidays/halloween/spookyreact.py +++ b/bot/exts/holidays/halloween/spookyreact.py @@ -17,7 +17,8 @@ SPOOKY_TRIGGERS = {      "pumpkin": (r"\bpumpkin\b", "\U0001F383"),      "halloween": (r"\bhalloween\b", "\U0001F383"),      "jack-o-lantern": (r"\bjack-o-lantern\b", "\U0001F383"), -    "danger": (r"\bdanger\b", "\U00002620") +    "danger": (r"\bdanger\b", "\U00002620"), +    "bat": (r"\bbat((wo)?m[ae]n|persons?|people|s)?\b", "\U0001F987"),  } | 
