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
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