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