Function: resolveCommandOptions()
resolveCommandOptions(options
): Record
<string
, ITransformer
>
Defined in: tagscript-plugin-discord/src/lib/Utils/CommandInteraction.ts:85
Resolves CommandInteractionOptionResolver options to transformers.
Parameters
options
Omit
<CommandInteractionOptionResolver
, "getFocused"
| "getMessage"
>
Returns
Record
<string
, ITransformer
>