Skip to main content
Module

x/wackford/mod.ts>TextCommandOptions

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

Properties

name: string
optional
description: string
execute: (bot: Bot, message: Message) => string | void
options: { prefix: string; }