An object that gets imported and acts as a command.
{string} desc
{Visibility} visibility
{CommandType} type
{(eventParams : Context, args : Ok<T=string>) => Awaitable<possibleOutput | void>)} execute
{(ctx: Context, args: Arg) => Utils.ArgType} parse
Generated using TypeDoc
An object that gets imported and acts as a command.
{string} desc
{Visibility} visibility
{CommandType} type
{(eventParams : Context, args : Ok<T=string>) => Awaitable<possibleOutput | void>)} execute
{(ctx: Context, args: Arg) => Utils.ArgType} parse