How to delay messages:
# 📖tutorials
j
thank you @wide-oyster-38514 for giving us the CSS for delaying messages. async function waitNSeconds(n) { return new Promise((resolve) => { setTimeout(() => { resolve() }, n) }) } // Usage console.log('Start waiting...') await waitNSeconds(3000) // 3000 = 3s adjust waiting time here
c
Thanks for sharing Theo!
d
Been loving these - makes the experience feel more human
j
yeah ik irght
AA has been helping people a lot
and he actualy found a way on delaying messages
f
I just put this in the execute node?
j
yes
h
@high-afternoon-19612
15 Views