Skip to main content
Module

x/harmony/src/commands/mod.ts

An easy to use Discord API Library for Deno.
Go to Latest
import * as harmony from "https://deno.land/x/harmony@v2.9.0/src/commands/mod.ts";

Classes

Harmony Client with extended functionality for Message based Commands parsing and handling.

Customizable, isolated and pluggable Extensions are a great way of writing certain Modules independent of others

Extension Commands Manager

Extensions Manager for CommandClient

Variables

Parses a Command to later look for.

Functions

Command decorator. Decorates the function with optional metadata as a Command registered upon constructing class.

Sub Command decorator. Decorates the function with optional metadata as a Sub Command registered upon constructing class.

Interfaces

Command Client options extending Client Options to provide a lot of Commands-related customizations

Parsed Command object