cleanup and docs

This commit is contained in:
LenAnderson
2024-04-06 18:37:11 -04:00
parent 9fc1f9feab
commit 22a67d1573
3 changed files with 13 additions and 217 deletions

View File

@ -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 '';