mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Merge pull request #66 from lbryio/extend-timeout
extend deletion timeout on invalid command
This commit is contained in:
commit
1836a2eaa4
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ function checkMessageForCommand(msg, isEdit) {
|
|||
} else {
|
||||
msg.channel
|
||||
.send(cmdTxt + " not recognized as a command!")
|
||||
.then(message => message.delete(5000));
|
||||
.then(message => message.delete(10000));
|
||||
}
|
||||
} else {
|
||||
//message isn't a command or is from us
|
||||
|
|
Loading…
Add table
Reference in a new issue