ReadonlyabortAfterParsing
abortAfterParsing: boolean = false
Protected Readonlyargv
argv: string[]
Protected ReadonlycommandContent
commandContent: string
Protected Readonlycontext
Protected Optional Readonlyinteraction
interaction?: ChatInputCommandInteraction<CacheType>
ProtectedisRequired
isRequired: boolean = false
Protected ReadonlymentionStart
mentionStart: string[] = ...
Optional Readonlyname
name?: string
Readonlyposition
position: number
Protected Optional Readonlyrules
rules?: Partial<ArgumentRules>
Protected ReadonlystringValue
stringValue: string
ProtectedtransformedValue
transformedValue: If<E, GuildMember, null | GuildMember> Static ReadonlydefaultErrors
defaultErrors: {
EntityNotFound: string;
InvalidType: string;
Required: string;
} = ...