mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 20:54:15 +02:00
feat(verification): add ids for verifications
This commit is contained in:
parent
2be5043bf9
commit
07ebeabaa4
@ -48,16 +48,19 @@ const devIDs = {
|
|||||||
restricted: '999431675123597407',
|
restricted: '999431675123597407',
|
||||||
moderator: '999431675123597408',
|
moderator: '999431675123597408',
|
||||||
verifier: '999431675123597406',
|
verifier: '999431675123597406',
|
||||||
|
trialVerifier: '999431675123597405',
|
||||||
},
|
},
|
||||||
stageHost: '999431675123597411',
|
stageHost: '999431675123597411',
|
||||||
patron: '999431675098447935',
|
patron: '999431675098447935',
|
||||||
patreon: '999431675098447936',
|
patreon: '999431675098447936',
|
||||||
verifyingAsVegan: '999431675081666597',
|
verifyingAsVegan: '999431675081666597',
|
||||||
|
verifyBlock: '1007477161835372574',
|
||||||
},
|
},
|
||||||
channels: {
|
channels: {
|
||||||
staff: {
|
staff: {
|
||||||
coordinators: '999431676058927254',
|
coordinators: '999431676058927254',
|
||||||
standup: '999431676289622183',
|
standup: '999431676289622183',
|
||||||
|
verifiers: '999431677006860411',
|
||||||
},
|
},
|
||||||
diversity: {
|
diversity: {
|
||||||
women: '999431679053660187',
|
women: '999431679053660187',
|
||||||
@ -67,6 +70,7 @@ const devIDs = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
categories: {
|
categories: {
|
||||||
|
verification: '999431677006860409',
|
||||||
diversity: '999431679053660185',
|
diversity: '999431679053660185',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// eslint-disable-next-line import/extensions
|
|
||||||
import devIDs from './devIDs';
|
import devIDs from './devIDs';
|
||||||
|
|
||||||
let IDs = {
|
let IDs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user