Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove duplicate data team check
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 4bf1609 commit d2d9e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/permissions.ts
Expand Up @@ -26,7 +26,6 @@ export default async function (userid: string, roles?: string[], context?: Reque
roles?.includes("338102086095077376")
)
permissions |= 1 << 11; // Head of Discord Moderation
if (roles?.includes("784870326990405672")) permissions |= 1 << 12; // Data Team

return permissions;
}

0 comments on commit d2d9e2f

Please sign in to comment.