mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Merge remote-tracking branch 'origin/master' into commands-cleanup
This commit is contained in:
commit
67b12a1e46
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function checkMessageForCommand(msg, isEdit) {
|
|||
msg.channel.send(msgTxt);
|
||||
}
|
||||
} else {
|
||||
msg.channel.send(cmdTxt + ' not recognized as a command!').then(message => message.delete(10000));
|
||||
//msg.channel.send(cmdTxt + ' not recognized as a command!').then(message => message.delete(10000));
|
||||
}
|
||||
} else {
|
||||
//message isn't a command or is from us
|
||||
|
|
Loading…
Add table
Reference in a new issue