mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add scope to enumProvider
This commit is contained in:
@ -411,7 +411,7 @@ export class SlashCommandParser {
|
||||
);
|
||||
return result;
|
||||
}
|
||||
const result = new SlashCommandAutoCompleteNameResult(executor, this.commands);
|
||||
const result = new SlashCommandAutoCompleteNameResult(executor, this.scopeIndex[this.commandIndex.indexOf(executor)], this.commands);
|
||||
return result;
|
||||
}
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user