Skip to main content
Module

x/harmony/mod.ts>CommandsManager#find

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

Find a Command by name/alias

Parameters

optional
subPrefix: string

Returns

Command | undefined