| 284 | const exists = findExtension(extensionName) !== undefined; | 284 | const exists = findExtension(extensionName) !== undefined; |
| 285 | return exists ? 'true' : 'false'; | 285 | return exists ? 'true' : 'false'; |
| 286 | }, | 286 | }, |
| 287 | returns: '<code>true</code>/<code>false</code> - Whether the extension exists and is installed.', | 287 | returns: 'Whether the extension exists and is installed.', |
| 288 | unnamedArgumentList: [ | 288 | unnamedArgumentList: [ |
| 289 | SlashCommandArgument.fromProps({ | 289 | SlashCommandArgument.fromProps({ |
| 290 | description: 'Extension name', | 290 | description: 'Extension name', |