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

Gets the permissions of all application commands registered in a guild by the ID of the guild.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to get the permissions objects of.

Returns

Promise<Collection<bigint, ApplicationCommandPermission>>

A collection of ApplicationCommandPermission objects assorted by command ID.