Returns doesn't support HTML, ditto

This commit is contained in:
Cohee
2024-09-27 01:19:45 +03:00
parent cf2c9a8296
commit 0fd57a4c1c

View File

@ -252,7 +252,7 @@ export function registerExtensionSlashCommands() {
const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName); const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName);
return String(isEnabled); return String(isEnabled);
}, },
returns: '<code>true</code>/<code>false</code> - The state of the extension, whether it is enabled.', returns: 'The state of the extension, whether it is enabled.',
unnamedArgumentList: [ unnamedArgumentList: [
SlashCommandArgument.fromProps({ SlashCommandArgument.fromProps({
description: 'Extension name', description: 'Extension name',