Removed printing of every message

This commit is contained in:
Paul Black 2023-09-08 19:18:53 -06:00
parent 577b9557d1
commit 52554c7489

View file

@ -125,7 +125,6 @@ function addWordToFile(filePath, dataArray, word) {
}
bot.on('messageCreate', (message) => {
console.log(message);
if (message.author.bot) {
return;
}