aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-08-04 18:01:47 +0200
committerGravatar kwzrd <[email protected]>2020-08-04 18:01:47 +0200
commit226af0e676e072696dba503e3873deeaf73202ac (patch)
tree3217cf5fe1ae2a108e7e3ee087a2e3e171110b5f
parentVerification: send initial message on member join (diff)
Verification: add @Unverified role to config
-rw-r--r--bot/constants.py1
-rw-r--r--config-default.yml4
2 files changed, 3 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py
index cf4f3f666..cce64a7c4 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -454,6 +454,7 @@ class Roles(metaclass=YAMLGetter):
partners: int
python_community: int
team_leaders: int
+ unverified: int
verified: int # This is the Developers role on PyDis, here named verified for readability reasons.
diff --git a/config-default.yml b/config-default.yml
index fc093cc32..21a3eca87 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -225,8 +225,8 @@ guild:
partners: 323426753857191936
python_community: &PY_COMMUNITY_ROLE 458226413825294336
- # This is the Developers role on PyDis, here named verified for readability reasons
- verified: 352427296948486144
+ unverified: 739794855945044069
+ verified: 352427296948486144 # @Developers on PyDis
# Staff
admins: &ADMINS_ROLE 267628507062992896