Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as discordeno from "https://deno.land/x/discordeno@17.0.0/helpers/interactions/commands/mod.ts";

Functions

Creates an application command accessible globally; across different guilds and channels.

Creates an application command only accessible in a specific guild.

Deletes an application command registered globally.

Deletes an application command registered in a guild.

Edits the permissions for a guild application command.

Edits a global application command.

Edits an application command registered in a guild.

Gets the permissions of a guild application command.

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

Gets a global application command by its ID.

Gets the list of your bot's global application commands.

Gets a guild application command by its ID.

Gets the list of application commands registered by your bot in a guild.

Re-registers the list of global application commands, overwriting the previous commands completely.

Re-registers the list of application commands registered in a guild, overwriting the previous commands completely.