Skip to main content
Module

x/wackford/discordeno.ts>createGuildApplicationCommand

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function createGuildApplicationCommand
import { createGuildApplicationCommand } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

Creates an application command only accessible in a specific guild.

Parameters

bot: Bot
  • The bot instance to use to make the request.
  • The command to create.
guildId: BigString
  • The ID of the guild to create the command for.

Returns

An instance of the created ApplicationCommand.