Type Parameters

  • E extends boolean = false

Hierarchy (view full)

Constructors

Properties

abortAfterParsing: boolean = false
argv: string[]
commandContent: string
interaction?: ChatInputCommandInteraction<CacheType>
isRequired: boolean = false
mentionStart: string[] = ...
name?: string
position: number
rules?: Partial<ArgumentRules>
stringValue: string
transformedValue: If<E, GuildMember, null | GuildMember>
defaultErrors: {
    EntityNotFound: string;
    InvalidType: string;
    Required: string;
} = ...

Methods

""