aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/timeleft.py
diff options
context:
space:
mode:
authorGravatar Rohan_Iceman <[email protected]>2019-11-28 18:36:04 +0530
committerGravatar GitHub <[email protected]>2019-11-28 18:36:04 +0530
commitadf81472c3509e380ef06b53d699bbcedcd04aaf (patch)
tree6c1e75b409343e76129917c686a32c7fe85475f1 /bot/seasons/halloween/timeleft.py
parentGrammar fixes (diff)
parentAdd the new blinky server guild icon (#314) (diff)
Merge branch 'master' into quiz_fix
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