mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 15:04:29 +02:00
fix(arabot): fix permission issues for vcs
This commit is contained in:
parent
4331f1a644
commit
8a66fa39be
@ -102,6 +102,10 @@ class VerificationReady extends Listener {
|
|||||||
id: IDs.roles.staff.verifier,
|
id: IDs.roles.staff.verifier,
|
||||||
allow: ['SEND_MESSAGES', 'VIEW_CHANNEL'],
|
allow: ['SEND_MESSAGES', 'VIEW_CHANNEL'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: IDs.roles.staff.trialVerifier,
|
||||||
|
allow: ['SEND_MESSAGES', 'VIEW_CHANNEL'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user