diff options
author | 2022-10-13 03:28:50 +0800 | |
---|---|---|
committer | 2022-10-12 19:28:50 +0000 | |
commit | 4499cc043e71d6909df9b9eace9e239e0f1d3c4b (patch) | |
tree | b97c5b1be99d31250cde67446bba459f1f992897 | |
parent | Merge pull request #1117 from python-discord/dependabot/pip/flake8-isort-5.0.0 (diff) |
Add bat spooky reaction (#1118)
-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"), } |