Removed printing of every message
This commit is contained in:
parent
577b9557d1
commit
52554c7489
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -125,7 +125,6 @@ function addWordToFile(filePath, dataArray, word) {
|
|||
}
|
||||
|
||||
bot.on('messageCreate', (message) => {
|
||||
console.log(message);
|
||||
if (message.author.bot) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue