Skip to content

Commit

Permalink
Update message.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored May 6, 2021
1 parent e11b469 commit 8749893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events/message.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
name: "message",
once: false,
once: false,
run: async(client, message) => {
console.log(`${message.author.tag} -> ${message.content}`)
console.log(`${message.author.tag} -> ${message.content}`)
}
};

0 comments on commit 8749893

Please sign in to comment.