Interface: MemberArgumentContext
The context for the 'member'
argument.
Since
4.2.0 (🌿)
Hierarchy​
↳
MemberArgumentContext
Properties​
args​
• args: Args
Inherited from​
Argument.Context.args
Defined in​
projects/framework/src/lib/structures/Argument.ts:134
argument​
• argument: IArgument
<unknown
>
Inherited from​
Argument.Context.argument
Defined in​
projects/framework/src/lib/structures/Argument.ts:133
command​
• command: MessageCommand
Inherited from​
Argument.Context.command
Defined in​
projects/framework/src/lib/structures/Argument.ts:136
commandContext​
• commandContext: MessageCommandContext
Inherited from​
Argument.Context.commandContext
Defined in​
projects/framework/src/lib/structures/Argument.ts:137
inclusive​
• Optional
inclusive: boolean
Inherited from​
Argument.Context.inclusive
Defined in​
projects/framework/src/lib/structures/Argument.ts:140
maximum​
• Optional
maximum: number
Inherited from​
Argument.Context.maximum
Defined in​
projects/framework/src/lib/structures/Argument.ts:139
message​
• message: Message
<boolean
>
Inherited from​
Argument.Context.message
Defined in​
projects/framework/src/lib/structures/Argument.ts:135
minimum​
• Optional
minimum: number
Inherited from​
Argument.Context.minimum
Defined in​
projects/framework/src/lib/structures/Argument.ts:138
performFuzzySearch​
• Optional
Readonly
performFuzzySearch: boolean
Whether to perform a fuzzy search with the given argument.
This will leverage FetchMembersOptions.query
to do the fuzzy searching.
Default
true