mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Returns doesn't support HTML, ditto
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user