diff --git a/index.js b/index.js index 94b341c..ee4998b 100644 --- a/index.js +++ b/index.js @@ -123,7 +123,7 @@ function doPMCommand(msg, prefix) { var cmds = client.cachedcommands.filter(cmd => cmd.alias == command); if (cmds.length > 0) { - console.log("CMD:".green + " ".reset + msg.author.user.username.bold + "#".reset + msg.author.user.discriminator.reset + " " + prefix.grey + command.green.bold + " ".reset + msg.suffix + " | PM") + console.log("CMD:".green + " ".reset + msg.author.username.bold + "#".reset + msg.author.discriminator.reset + " " + prefix.grey + command.green.bold + " ".reset + msg.suffix + " | PM") var reqcommand = require('./commands/' + cmds[0].file) msg.react('✅') try {