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