Class: InteractionTransformer
Defined in: tagscript-plugin-discord/src/lib/Transformer/Interaction.ts:21
Transformer for Discord CommandInteraction
Remarks
You need to use StrictVarsParser
parser to use this transformer.
Example
Extends
BaseTransformer
<CommandInteraction
>
Constructors
new InteractionTransformer()
new InteractionTransformer(base
, safeValues
): InteractionTransformer
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:26
Parameters
base
CommandInteraction
safeValues
SafeValues
<CommandInteraction
> = {}
Returns
Inherited from
Properties
base
protected
base: CommandInteraction
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:22
Inherited from
safeValues
protected
safeValues: SafeValues
<CommandInteraction
> = {}
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:24
Inherited from
Methods
toJSON()
toJSON(): SafeValues
<CommandInteraction
>
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:44
Returns
SafeValues
<CommandInteraction
>
Inherited from
transform()
transform(tag
): null
| string
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:36
Transforms the given tag.
Parameters
tag
Lexer
The tag that triggered the transformer.
Returns
null
| string
Inherited from
updateSafeValues()
protected
updateSafeValues(): void
Defined in: tagscript-plugin-discord/src/lib/Transformer/Interaction.ts:22
Returns
void