throwing shit at the wall for /: autocomplete

This commit is contained in:
LenAnderson
2024-04-12 21:43:27 -04:00
parent 18f7b29536
commit 2e1a7b5811
8 changed files with 152 additions and 44 deletions

View File

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