Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 7f6534b commit 96a9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/permissions.ts
Expand Up @@ -31,7 +31,7 @@ export default async function (
roles?.includes("338102086095077376")
)
permissions |= 1 << 11; // Head of Discord Moderation
if (roles?.includes("409645265700651018")) permissions |= 1 << 2;
if (roles?.includes("409645265700651018")) permissions |= 1 << 12; // Events Coordinator

return permissions;
}

0 comments on commit 96a9e1c

Please sign in to comment.