mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 02:47:52 +01:00
Returns doesn't support HTML, ditto
This commit is contained in:
parent
cf2c9a8296
commit
0fd57a4c1c
@ -252,7 +252,7 @@ export function registerExtensionSlashCommands() {
|
||||
const isEnabled = !extension_settings.disabledExtensions.includes(internalExtensionName);
|
||||
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: [
|
||||
SlashCommandArgument.fromProps({
|
||||
description: 'Extension name',
|
||||
|
Loading…
x
Reference in New Issue
Block a user