Skip to main content
Module

x/harmony/mod.ts>SlashCommandHandlerCallback

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