From 0fd57a4c1c5c33fa240a55b66c049a8849997584 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:19:45 +0300 Subject: [PATCH] Returns doesn't support HTML, ditto --- public/scripts/extensions-slashcommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions-slashcommands.js b/public/scripts/extensions-slashcommands.js index 2853375b2..f86919823 100644 --- a/public/scripts/extensions-slashcommands.js +++ b/public/scripts/extensions-slashcommands.js @@ -252,7 +252,7 @@ export function registerExtensionSlashCommands() { const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName); return String(isEnabled); }, - returns: 'true/false - The state of the extension, whether it is enabled.', + returns: 'The state of the extension, whether it is enabled.', unnamedArgumentList: [ SlashCommandArgument.fromProps({ description: 'Extension name',