diff --git a/src/utils/blockedRoles.ts b/src/utils/blockedRoles.ts index 8e7a5e9..8a8c7f2 100644 --- a/src/utils/blockedRoles.ts +++ b/src/utils/blockedRoles.ts @@ -29,6 +29,7 @@ export const blockedRoles = [ IDs.roles.staff.trialVerifier, IDs.roles.staff.mentor, IDs.roles.stageHost, + IDs.roles.booster, ]; export const blockedRolesAfterRestricted = [ diff --git a/src/utils/devIDs.ts b/src/utils/devIDs.ts index 6450381..feebd0c 100644 --- a/src/utils/devIDs.ts +++ b/src/utils/devIDs.ts @@ -20,6 +20,7 @@ const devIDs = { roles: { trusted: '999431675081666599', + booster: '', nonvegan: { nonvegan: '999431675081666598', vegCurious: '999431675098447932', diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 708bc89..829c86b 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -22,6 +22,7 @@ import devIDs from '#utils/devIDs'; let IDs = { roles: { trusted: '731563158011117590', + booster: '731213264540795012', nonvegan: { nonvegan: '774763753308815400', vegCurious: '832656046572961803',