aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/timeleft.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-11-30 14:45:48 -0500
committerGravatar S. Co1 <[email protected]>2019-11-30 14:45:48 -0500
commit78088788380b4e93369fe3f32b020551ecc76644 (patch)
tree5f0b0a0cc8f9dda2b81a9894296536e3431d1e5b /bot/seasons/halloween/timeleft.py
parentRefactor random generator to use a local instance rather than system (diff)
parentUpdate icon path for 2019 festive season (#316) (diff)
Merge branch 'master' into monster_bio
Relock
Diffstat (limited to 'bot/seasons/halloween/timeleft.py')
-rw-r--r--bot/seasons/halloween/timeleft.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/timeleft.py b/bot/seasons/halloween/timeleft.py
index 77767baa..8cb3f4f6 100644
--- a/bot/seasons/halloween/timeleft.py
+++ b/bot/seasons/halloween/timeleft.py
@@ -25,7 +25,7 @@ class TimeLeft(commands.Cog):
year = now.year
if now.month > 10:
year += 1
- end = datetime(year, 10, 31, 11, 59, 59)
+ end = datetime(year, 11, 1, 11, 59, 59)
start = datetime(year, 10, 1)
return now, end, start