Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface IChatCommand
Re-export
import { type IChatCommand } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Methods

getCommandPrefix(): string
getCommandHelp(command: string): string
getCommands(): Set<string>
handle(
command: string,
commandHandler: IUserDialogInfo,
sessionId: string,
): string