Join Discord
Powered by
I’ve tried using: {{ 1.message.transcript.replace...
# general-english
m
Mad
01/07/2025, 3:56 PM
I’ve tried using: {{ 1.message.transcript.replace(/\r?\n|\r/g, '
') }} But it doesn’t work because the {{1.message.transcript}} variable gets processed first, and the .replace() doesn’t get applied properly after that.
2
Views
Previous
Next