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