diff options
| author | 2019-09-14 18:39:03 +0200 | |
|---|---|---|
| committer | 2019-09-14 18:39:03 +0200 | |
| commit | d538d8fa4e63cb12c79bdc8f32b3f133a2f16c62 (patch) | |
| tree | 3f2fb2028c50ff253a4b0326ea621d8351522bd5 /config-default.yml | |
| parent | Fixes all URLs in the Site cog. (diff) | |
Nuking Roles.devops and the Deployment cog.
The Deployment cog does not work in our new server environment,
nor are we particularly inclined to make it work (for security
reasons). For this reason, I've removed it.
I've also removed all usages of Roles.devops, replacing them with
Roles.core_developer whenever this made sense to do, such as in
the Cogs cog.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index fb33caaf6..20897f78b 100644 --- a/config-default.yml +++ b/config-default.yml @@ -127,7 +127,7 @@ guild: announcements: 463658397560995840 champion: 430492892331769857 contributor: 295488872404484098 - devops: &DEVOPS_ROLE 409416496733880320 + core_developer: 587606783669829632 jammer: 423054537079783434 moderator: &MOD_ROLE 267629731250176001 muted: &MUTED_ROLE 277914926603829249 |