aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-11-10 04:02:09 +0400
committerGravatar GitHub <[email protected]>2021-11-10 04:02:09 +0400
commit738b86893c6a8fe82c0298408956c22e06e606cd (patch)
tree01741cc7fe553c7396eec6183701a175b17bda30 /bot/constants.py
parentFix line after function docstring (diff)
parentMerge pull request #915 from python-discord/Add-border-around-bat (diff)
Merge branch 'main' into challenge-fix
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 567daadd..0720dd20 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -88,6 +88,7 @@ class AdventOfCode:
ignored_days = environ.get("AOC_IGNORED_DAYS", "").split(",")
leaderboard_displayed_members = 10
leaderboard_cache_expiry_seconds = 1800
+ max_day_and_star_results = 15
year = int(environ.get("AOC_YEAR", datetime.utcnow().year))
role_id = int(environ.get("AOC_ROLE_ID", 518565788744024082))