mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
Returns doesn't support HTML
This commit is contained in:
parent
15bc0e4dba
commit
cf2c9a8296
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user