aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-02-02 13:49:45 +0000
committerGravatar GitHub <[email protected]>2023-02-02 13:49:45 +0000
commit576ec2d5364842c9adea0c8799b81ffbbb5cbd47 (patch)
tree861de3f7d1595acf5f33fcc62f2b35c9c10dae9a
parentBump flake8-docstrings from 1.6.0 to 1.7.0 (#1199) (diff)
parentMove Earth Day to April, where it belongs (diff)
Merge pull request #1202 from thurisatic/apr-earthday
Move Earth Day Reactions from February to April
-rw-r--r--bot/exts/holidays/holidayreact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/holidayreact.py b/bot/exts/holidays/holidayreact.py
index 2a1347e5..ee20b792 100644
--- a/bot/exts/holidays/holidayreact.py
+++ b/bot/exts/holidays/holidayreact.py
@@ -37,7 +37,7 @@ Easter = Holiday([Month.APRIL], {
"egg": Trigger(r"\begg\b", ["\U0001F95A"]),
}
)
-EarthDay = Holiday([Month.FEBRUARY], {
+EarthDay = Holiday([Month.APRIL], {
"earth": Trigger(r"\b(earth|planet)\b", ["\U0001F30E", "\U0001F30D", "\U0001F30F"]),
}
)