Skip to main content
Module

x/wackford/discordeno.ts>getApplicationCommandPermissions

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function getApplicationCommandPermissions
import { getApplicationCommandPermissions } from "https://deno.land/x/wackford@v0.0.2/discordeno.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.