Skip to main content
Module

x/harmony/mod.ts>Command#afterExecute

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

Method executed after executing command, passes on CommandContext and the value returned by execute too. (optional)

Parameters

ctx: CommandContext
executeResult: T

Returns

unknown | Promise<unknown>