feat(arabot): add an array for restricted ids

This commit is contained in:
smyalygames 2023-02-14 01:29:20 +00:00
parent eba68015db
commit c60ba056ff
2 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,13 @@ const devIDs = {
restricted2: '999431674997788676',
restricted3: '999431674997788675',
restricted4: '999431674997788674',
restricted: [
'999431674997788677', // Restricted 1
'999431674997788676', // Restricted 2
'999431674997788675', // Restricted 3
'999431674997788674', // Restricted 4
'999431674997788677', // Restricted Vegan
],
},
staff: {
coordinator: '999431675165556822',

View File

@ -41,6 +41,13 @@ let IDs = {
restricted2: '872482843304001566',
restricted3: '856582673258774538',
restricted4: '872472182888992858',
restricted: [
'809769217477050369', // Restricted 1
'872482843304001566', // Restricted 2
'856582673258774538', // Restricted 3
'872472182888992858', // Restricted 4
'809769217477050369', // Restricted Vegan
],
},
staff: {
coordinator: '993636242019323904',