Skip to main content
Module

x/harmony/mod.ts>Command#beforeExecute

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

Method executed before executing actual command. Returns bool value - whether to continue or not (optional)

Returns

| boolean
| Promise<boolean>
| unknown
| Promise<unknown>