Skip to main content
Module

x/harmony/mod.ts>SlashCommandHandler

An easy to use Discord API Library for Deno.
Go to Latest
interface SlashCommandHandler
import { type SlashCommandHandler } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Properties

name: string
optional
type: ApplicationCommandType
optional
guild: string
optional
parent: string
optional
group: string
handler: ApplicationCommandHandlerCallback