From c60ba056ffa6d7d5932e9a02c6c416dee40ecfe3 Mon Sep 17 00:00:00 2001 From: smyalygames Date: Tue, 14 Feb 2023 01:29:20 +0000 Subject: [PATCH] feat(arabot): add an array for restricted ids --- src/utils/devIDs.ts | 7 +++++++ src/utils/ids.ts | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/utils/devIDs.ts b/src/utils/devIDs.ts index efe6e5d..4d6e1ef 100644 --- a/src/utils/devIDs.ts +++ b/src/utils/devIDs.ts @@ -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', diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 98a282d..351f857 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -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',