mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +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;
|
const exists = findExtension(extensionName) !== undefined;
|
||||||
return exists ? 'true' : 'false';
|
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: [
|
unnamedArgumentList: [
|
||||||
SlashCommandArgument.fromProps({
|
SlashCommandArgument.fromProps({
|
||||||
description: 'Extension name',
|
description: 'Extension name',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user