| 4075 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ | 4075 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 4076 | name: 'stop-strings', | 4076 | name: 'stop-strings', |
| 4077 | aliases: ['stopping-strings'], | 4077 | aliases: ['stopping-strings'], |
| 4078 | helpString: 'Sets a list of custom stopping strings. Gets the list if no value is provided.', | 4078 | helpString: ` |
| | 4079 | <div> |
| | 4080 | Sets a list of custom stopping strings. Gets the list if no value is provided. |
| | 4081 | </div> |
| | 4082 | <div> |
| | 4083 | <strong>Examples:</strong> |
| | 4084 | </div> |
| | 4085 | <ul> |
| | 4086 | <li>Value must be a JSON-serialized array: <pre><code class="language-stscript">/stop-strings ["goodbye", "farewell"]</code></pre></li> |
| | 4087 | <li>Pipe characters must be escaped with a backslash: <pre><code class="language-stscript">/stop-strings ["left\\|right"]</code></pre></li> |
| | 4088 | </ul> |
| | 4089 | `, |
| 4079 | returns: ARGUMENT_TYPE.LIST, | 4090 | returns: ARGUMENT_TYPE.LIST, |
| 4080 | unnamedArgumentList: [ | 4091 | unnamedArgumentList: [ |
| 4081 | SlashCommandArgument.fromProps({ | 4092 | SlashCommandArgument.fromProps({ |