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