showing results for - "discord js timeout"
Prune
24 Oct 2016
1setTimeout(function(){
2	// Your Code in Here
3}, 2000); // Time Value in MiliSeconds (2000 = 2 Seconds)
Naelle
16 May 2017
1setTimeout(function(){
2
3}, 2000);