Skip to main content
Module

x/harmony/mod.ts>Command#execute

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

Actual command code, which is executed when all checks have passed.

Returns

unknown | Promise<unknown>