Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/harmony/src/commands/command.ts>Command#execute

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

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

Returns

unknown | Promise<unknown>