Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move to EM role for permissions
  • Loading branch information
regalijan committed Dec 25, 2024
1 parent 46083ee commit def84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/permissions.ts
Expand Up @@ -16,7 +16,7 @@ export default async function (
)
)
permissions |= 1 << 3; // Events Team
if (roles?.includes("607697704419852289")) permissions |= 1 << 4; // Events Team Management
if (roles?.includes("607594065952899072")) permissions |= 1 << 4; // Events Manager
if (
["165594923586945025", "289372404541554689", "396347223736057866"].includes(
userid,
Expand Down

0 comments on commit def84a7

Please sign in to comment.