Skip to main content
Latest
function createGlobalApplicationCommand
import { createGlobalApplicationCommand } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

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

Parameters

bot: Bot
  • The bot instance to use to make the request.
command: CreateApplicationCommand
  • The command to create.

Returns

Promise<ApplicationCommand>

An instance of the created ApplicationCommand.