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