Returns doesn't support HTML, ditto
| @@ -252,7 +252,7 @@ export function registerExtensionSlashCommands() { | ||
| 252 | 252 | const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName); |
| 253 | 253 | return String(isEnabled); |
| 254 | 254 | }, |
| 255 | 255 | returns: '<code>true</code>/<code>false</code> - The state of the extension, whether it is enabled.', |
| 256 | 256 | unnamedArgumentList: [ |
| 257 | 257 | SlashCommandArgument.fromProps({ |
| 258 | 258 | description: 'Extension name', |