/** * /help command - Show available commands * * Responds ephemerally with a styled embed listing available commands. */ import type { SlashCommand } from "./types.js"; export declare const helpCommand: SlashCommand; //# sourceMappingURL=help.d.ts.map