mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 17:31:32 +00:00
extend deletion timeout on invalid command
This commit is contained in:
parent
8bee710104
commit
f1bcdf1c1f
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