spam spams faster
This commit is contained in:
parent
02436414de
commit
de00a78817
Binary file not shown.
|
@ -12,7 +12,7 @@ const spam = async ()=>{
|
||||||
const delay = ms => new Promise(res=>{setTimeout(res,ms)})
|
const delay = ms => new Promise(res=>{setTimeout(res,ms)})
|
||||||
|
|
||||||
do{
|
do{
|
||||||
await delay(3000)
|
await delay(1000)
|
||||||
await spam()
|
await spam()
|
||||||
console.log("SPAM!")
|
console.log("SPAM!")
|
||||||
}while(true)
|
}while(true)
|
Loading…
Reference in New Issue