Skip to content

Commit

Permalink
update logtoconsole
Browse files Browse the repository at this point in the history
  • Loading branch information
nathen418 committed Feb 9, 2021
1 parent de9a340 commit a465a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/logToConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ module.exports = {
},
message: function (guild, message) {
console.log(`MESSAGE`.magenta, `[${guild.name}]`.green, `[${message.channel.name}]`.blue, `[${message.author.username}]`.yellow, `--`.grey, `${message.content}`.cyan)
},
dm: function (message) {
console.log(`DM`.blue, `[${message.author.username}]`.yellow, `--`.grey, `${message.content}`.cyan)
}
}

0 comments on commit a465a25

Please sign in to comment.