Skip to content

Commit 914c548

Browse files
chore: Change dates for fng events (#106)
1 parent 7e0b3b6 commit 914c548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/faq.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ async def food(self, interaction: Interaction):
6161
tz = pytz.timezone("Australia/Adelaide")
6262
# Manually inputting dates
6363
date_stack = [
64-
tz.localize(dt.datetime(2025, 10, 31, 17)),
64+
tz.localize(dt.datetime(2025, 10, 24, 17)),
65+
tz.localize(dt.datetime(2025, 10, 10, 17)),
6566
tz.localize(dt.datetime(2025, 9, 19, 17)),
66-
tz.localize(dt.datetime(2025, 8, 29, 17)),
67-
tz.localize(dt.datetime(2025, 8, 15, 17)),
67+
tz.localize(dt.datetime(2025, 8, 22, 17)),
6868
tz.localize(dt.datetime(2025, 5, 30, 17)),
6969
tz.localize(dt.datetime(2025, 3, 28, 17)),
7070
]

0 commit comments

Comments
 (0)