Skip to main content
Module

x/discordeno/helpers/interactions/mod.ts

Discord API library for Deno
Latest
import * as discordeno from "https://deno.land/x/discordeno@18.0.1/helpers/interactions/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 a follow-up message to an interaction.

Deletes an application command registered globally.

Deletes an application command registered in a guild.

Deletes the initial message response to an interaction.

Edits the permissions for a guild application command.

Edits a follow-up message to an interaction.

Edits a global application command.

Edits an application command registered in a guild.

Edits the initial message response to an interaction.

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 follow-up message to an interaction by the ID of the message.

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.

Gets the initial message response to an interaction.

Sends a follow-up message to an interaction.

Sends a response to an interaction.

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.