mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
throwing shit at the wall for /: autocomplete
This commit is contained in:
@ -2393,7 +2393,7 @@ async function processCommands(message) {
|
||||
}
|
||||
|
||||
const previousText = String($('#send_textarea').val());
|
||||
const result = await executeSlashCommands(message);
|
||||
const result = await executeSlashCommands(message, true, null, true);
|
||||
|
||||
if (!result || typeof result !== 'object') {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user