.defineVariable(...variables) S
Adds new variable sto the environment for use in code
Parameter | Type | Description |
---|---|---|
variables | Array<Variable> | The variables to add |
Returns: void
.setInteractionVariables(interaction) S
Set the interaction properties in the environment
Parameter | Type | Description |
---|---|---|
interaction | CommandInteraction | The interaction to get the properties from |
Returns: void