$input
Retrieves input from a modal.
Syntax
$input[Text Input ID]
Parameters
Text Input ID
(Type: String || Flag: Required)
: The input ID in$addTextInput[]
.
Example
Interaction command code
$nomention
Name : $input[modalInput1]
Pronouns : $input[modalInput2]
About me : $input[modalInput3]
For more info, see the Modals Guide.