add pre-approval for constants

pull/29/head
Matthew 2020-11-01 07:11:16 -05:00
parent 526e5cda31
commit 3a974ce603
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@ export default class Apply extends Command {
},
});
this.services.set('p::role::constants', {
description: 'Pre-approval for Constants role assignment.',
type: 'SOFT',
url: 'https://eds.libraryofcode.org/roles/preconstants',
validation: (member: Member) => !member.roles.includes('511771731891847168'),
});
this.services.set('p::cs::t2', {
description: 'Pre-approval for Tier 2.',
type: 'SOFT',