James58899 says to YSITD
function botSay(to,text) { cd++; if(text==sendedText){same++;} if(same>5){console.log("Anti Spam same");return;} if(cd>7){console.log("Anti Spam cd");return;} sendedText=text; bot.say(to,text); }