import { CommandsManager } from "https://deno.land/x/harmony@v2.8.0/src/commands/command.ts";
Constructors
new
CommandsManager(client: CommandClient)Properties
Methods
category(category: string): Collection<string, Command>
Get all commands of a Category
fetch(parsed: ParsedCommand, bypassDisable?: boolean): Command | undefined
Fetch a Command including disable checks, sub commands and subPrefix implementation
filter(search: string, subPrefix?: string): Collection<string, Command>
Filter out Commands by name/alias
isDisabled(name: string | Command): boolean
Check whether a Command is disabled or not