diff options
author | 2020-09-21 20:17:01 +0200 | |
---|---|---|
committer | 2020-09-21 20:18:19 +0200 | |
commit | 65f044b975b18f5fd34f22a8b8e4567705ba68c6 (patch) | |
tree | 09f3f1c21a85adda6e7cb9d4fe3f0708e34222a0 /bot | |
parent | Add extensions managment command (diff) |
Fix core developers role id
- Previous versions used the id from a local test server
- This version uses the PyDis core developer role
Diffstat (limited to 'bot')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 20d950cb..e7d4265e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -183,7 +183,7 @@ class Roles(NamedTuple): verified = 352427296948486144 helpers = 267630620367257601 rockstars = 458226413825294336 - core_developers = 757650781385261197 # Change this value for local test servers. + core_developers = 587606783669829632 class URLs: |