aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2021-12-25 22:23:12 +0000
committerGravatar Chris Lovering <[email protected]>2021-12-28 22:20:18 +0000
commit21518aed7b3cfb9c2ec4fa1722689a6c4df56372 (patch)
treec5fae4784758f80d00a2a3829b5ea23dff8a40c3 /bot/constants.py
parentAdd member util functions (diff)
Add hourly task to assign AoC completer role
This task uses the cached leaderboard to see who has all 50 stars and assigns them a role to highlight them as completers.
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 854fbe55..01f825a0 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -291,6 +291,7 @@ class Roles(NamedTuple):
helpers = int(environ.get("ROLE_HELPERS", 267630620367257601))
core_developers = 587606783669829632
everyone = int(environ.get("BOT_GUILD", 267624335836053506))
+ aoc_completionist = int(environ.get("AOC_COMPLETIONIST_ROLE_ID", 916691790181056532))
class Tokens(NamedTuple):