Open GamerMrAlros opened 4 days ago
Hello, I have some truble with bot.on('chat', (username, message) => { console.log(${username} said "${message}") })
${username} said "${message}"
when I type in minecraft chat and chech visual studios logs the bots sends 3 time the amount from the chat
what can I change
Show all of your code, this alone should run once.
Hello, I have some truble with bot.on('chat', (username, message) => { console.log(
${username} said "${message}"
) })when I type in minecraft chat and chech visual studios logs the bots sends 3 time the amount from the chat
what can I change