Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function getApplicationCommandPermissions
import { getApplicationCommandPermissions } from "https://deno.land/x/discordeno@17.2.0/helpers/interactions/commands/getApplicationCommandPermissions.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

A collection of ApplicationCommandPermission objects assorted by command ID.