Skip to main content
Version: 1.x

ParsedMessageCommand

ParsedMessageCommand​

Represents a parsed message command with its components.

Signature
interface ParsedMessageCommand {
command: string;
options: { name: string; value: unknown }[];
subcommand?: string;
subcommandGroup?: string;
fullRoute: string[];
}

command​

property
string

options​

property
{ name: string; value: unknown }[]

subcommand​

property
string

subcommandGroup​

property
string

fullRoute​

property
string[]