diff options
| author | 2021-12-28 22:55:47 +0000 | |
|---|---|---|
| committer | 2021-12-28 22:55:47 +0000 | |
| commit | bab6bb5072e81645b65142fd07b118bb7762a5e2 (patch) | |
| tree | ae9a6109d974c8821aa2e785f8ab900b136102f4 /bot/constants.py | |
| parent | Merge pull request #993 from python-discord/remove-matplotlib (diff) | |
| parent | Inform invoker after successfully blocking a user from AoC comp. role (diff) | |
Merge pull request #991 from python-discord/aoc-completer-role
Give AoC completer role to members with 50 stars
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 1 |
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): |