Skip to main content
Module

x/wackford/mod.ts>SlashCommandOptions

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
interface SlashCommandOptions
import { type SlashCommandOptions } from "https://deno.land/x/wackford@v0.0.6/mod.ts";

Properties

name: string
optional
description: string
execute: (
bot: Bot,
interaction: Interaction,
args: Record<string, CustomInteractionDataOption>,
) => unknown
optional
options: ApplicationCommandOption[]