Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function validatePermissions
import { validatePermissions } from "https://deno.land/x/discordeno@18.0.1/template/minimal/deps.ts";

Checks if the given permission bits are matching the given permissions. ADMINISTRATOR always returns true

Parameters

permissionBits: bigint
permissions: PermissionStrings[]