aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Gustav Odinger <[email protected]>2020-09-21 20:17:01 +0200
committerGravatar Gustav Odinger <[email protected]>2020-09-21 20:18:19 +0200
commit65f044b975b18f5fd34f22a8b8e4567705ba68c6 (patch)
tree09f3f1c21a85adda6e7cb9d4fe3f0708e34222a0 /bot
parentAdd 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.py2
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: