Skip to main content
Module

x/harmony/mod.ts>CommandsManager#fetch

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

Fetch a Command including disable checks, sub commands and subPrefix implementation

Parameters

parsed: ParsedCommand
optional
bypassDisable: boolean

Returns

Command | undefined