import * as discordeno from "https://deno.land/x/discordeno@18.0.1/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. |