how to make a bot wait for x amount of time discord.js code example
Example: discord.js wait seconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds
setTimeout(function(){
//Code
}, 5000); //time in milliseconds