aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 3170c2915..52143132a 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -691,7 +691,7 @@ class VideoPermission(metaclass=YAMLGetter):
class ThreadArchiveTimes(Enum):
HOUR = 60
DAY = 1440
- THREE_DAY = 4230
+ THREE_DAY = 4320
WEEK = 10080