We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dc08a commit cb14fcfCopy full SHA for cb14fcf
bot/exts/holidays/holidayreact.py
@@ -75,7 +75,7 @@ class Holiday(NamedTuple):
75
"jack-o-lantern": Trigger(r"\bjack-o-lantern\b", ["\U0001F383"]),
76
"pumpkin": Trigger(r"\bpumpkin\b", ["\U0001F383"]),
77
"skeleton": Trigger(r"\bskeleton\b", ["\U0001F480"]),
78
- "spooky": Trigger(r"\bspo{2,}[k|p][i|y](er|est)?\b", ["\U0001F47B"]),
+ "spooky": Trigger(r"\bspo{2,}[kp][iy](er|est)?\b", ["\U0001F47B"]),
79
}
80
)
81
Hanukkah = Holiday([Month.NOVEMBER, Month.DECEMBER], {
0 commit comments