import * as harmony from "https://deno.land/x/harmony@v2.6.0/src/commands/client.ts";
Classes
Harmony Client with extended functionality for Message based Commands parsing and handling. |
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 |