Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface ICommand
import { type ICommand } from "https://deno.land/x/sptaki@1.2.0/models/spt/utils/ICommand.d.ts";

Properties

uuid: string
cmd: () => Promise<any>