Skip to main content
Latest
interface CustomCommand
import { type CustomCommand } from "https://deno.land/x/drex@v1.1.1/mod.ts";

command type

Properties

name: string
optional
aliases: string[]
optional
params: Param[]
handler: (message: Message, params: { [key: string]: string; }) => void