discord.js wait before again use the command code example
Example: discord.js wait seconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds