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