mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Returns doesn't support HTML
This commit is contained in:
		| @@ -284,7 +284,7 @@ export function registerExtensionSlashCommands() { | ||||
|             const exists = findExtension(extensionName) !== undefined; | ||||
|             return exists ? 'true' : 'false'; | ||||
|         }, | ||||
|         returns: '<code>true</code>/<code>false</code> - Whether the extension exists and is installed.', | ||||
|         returns: 'Whether the extension exists and is installed.', | ||||
|         unnamedArgumentList: [ | ||||
|             SlashCommandArgument.fromProps({ | ||||
|                 description: 'Extension name', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user