function hasGuildPermissionsimport { hasGuildPermissions } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts"; hasGuildPermissions(bot: BotWithCache,guild: bigint | Guild,member: bigint | Member,permissions: PermissionStrings[],)Checks if the given member has these permissions in the given guild Parametersbot: BotWithCacheguild: bigint | Guildmember: bigint | Memberpermissions: PermissionStrings[]