Skip to main content
Module

x/harmony/mod.ts>SlashCommandHandlerCallback

An easy to use Discord API Library for Deno.
Latest
type alias SlashCommandHandlerCallback
import { type SlashCommandHandlerCallback } from "https://deno.land/x/harmony@v2.9.0/mod.ts";
definition: (interaction: ApplicationCommandInteraction) => any