mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
cleanup and docs
This commit is contained in:
@ -518,8 +518,7 @@ async function executeSubCommands(command, scope = null) {
|
||||
command = command.slice(0, -1);
|
||||
}
|
||||
|
||||
const unescape = false;
|
||||
const result = await executeSlashCommands(command, unescape, true, scope);
|
||||
const result = await executeSlashCommands(command, true, scope);
|
||||
|
||||
if (!result || typeof result !== 'object') {
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user