Skip to main content
Module

x/harmony/mod.ts>SlashModule

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

Constructors

new
SlashModule()

Properties

autocomplete: AutocompleteHandler[]
commands: ApplicationCommandHandler[]
name: string

Methods

add(handler: ApplicationCommandHandler): this