mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 17:31:32 +00:00
Merge pull request #37 from MSFTserver/patch-10
console log message update [done]
This commit is contained in:
commit
878fa70178
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function checkMessageForCommand(msg, isEdit) {
|
|||
//check if message is a command
|
||||
if (msg.author.id != bot.user.id && msg.content.startsWith(config.prefix)) {
|
||||
console.log(
|
||||
"treating " + msg.content + " from " + msg.author + " as command"
|
||||
"treating " + msg.content + " from UserID:" + msg.author + " || UserName: " + msg.author.username + " as command"
|
||||
);
|
||||
var cmdTxt = msg.content.split(" ")[0].substring(config.prefix.length);
|
||||
var suffix = msg.content.substring(
|
||||
|
|
Loading…
Add table
Reference in a new issue