diff options
| author | 2025-06-15 00:11:47 +0100 | |
|---|---|---|
| committer | 2025-06-15 00:11:47 +0100 | |
| commit | c4af1c7e847f7b0fb4ac4dc7818427160a183fec (patch) | |
| tree | 4b93d56ef61fa6ec4439791f78938c1fe9599d78 /arthur | |
| parent | Add motivational voice chat messages (#325) (diff) | |
Update Events to Events Team
Diffstat (limited to 'arthur')
| -rw-r--r-- | arthur/constants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/constants.py b/arthur/constants.py index 197a1b2..cb43bb1 100644 --- a/arthur/constants.py +++ b/arthur/constants.py @@ -11,6 +11,6 @@ LDAP_ROLE_MAPPING = {      "administrators": 267628507062992896,      "moderators": 267629731250176001,      "coredevs": 587606783669829632, -    "events": 778361735739998228, +    "events": 787816728474288181,      "directors": 267627879762755584,  }  |