12 lines
212 B
JSON
12 lines
212 B
JSON
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"UserPromptSubmit": [
|
||
|
|
{
|
||
|
|
"hooks": [
|
||
|
|
{ "type": "command", "command": "echo 'The user has previously stated their favorite color is teal.'" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|