What’s the use case for this? Your current code is just appending text to the DOM in your browser over and over with setInterval. It isn’t taking any action to send to chat.
What’s the use case for this? Your current code is just appending text to the DOM in your browser over and over with setInterval. It isn’t taking any action to send to chat.