This is my code:
client.on('message', message => { if (message.content.toUpperCase() === 'U') message.channel.send("U") });
but for some reason when I send "U" once, it continues to spam U without ending. Wondering how to limit it to sending one
2.1m questions
2.1m answers
60 comments
57.0k users