Skip to main content
Latest
function hasChannelPermissions
import { hasChannelPermissions } from "https://deno.land/x/discordeno@18.0.1/plugins/permissions/mod.ts";

Checks if the given member has these permissions for the given channel

Parameters

channel: bigint | Channel
member: bigint | Member
permissions: PermissionStrings[]