Wait for response for 5 seconds in discord.js code example
Example: discord.js wait seconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds