diff --git a/public/scripts/extensions/tts/index.js b/public/scripts/extensions/tts/index.js index 2180159e2..10f62b52a 100644 --- a/public/scripts/extensions/tts/index.js +++ b/public/scripts/extensions/tts/index.js @@ -241,7 +241,7 @@ async function processTtsQueue() { console.debug('New message found, running TTS') currentTtsJob = ttsJobQueue.shift() - const text = currentTtsJob.mes.replaceAll('*', '...') + const text = currentTtsJob.mes.replaceAll('*', '') const char = currentTtsJob.name try {