diff --git a/bot/bot.js b/bot/bot.js index b3327c8..2ab6e23 100644 --- a/bot/bot.js +++ b/bot/bot.js @@ -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