Fix Upvote Bot & Cooldown Upvote solved Bot Auto Upvote Bogor Support Komunitas Steemit Indonesia Bogor
Changes applied and fix
New Profile Image
Fix Upvote
Fix Cooldown Upvote
Fixed (Second = Detik to Hour = Jam Cooldown)
Code Used js
var time = Math.floor(new Date().getTime() / 1000);
if((time - last) > 86400){
var come = 86400 - (time - last);
var jam = come / 3600;
setTimeout(function(){bot.createMessage(channel,'Maaf <@'+msg.author.id+'>! Upvote untuk postingan anda masih cooldown! Tunggu dan Kirim link post kembali dalam waktu '+Math.floor(jam)+' jam.');},1000); }
Thank you for reading this post, Sorry for any errors. We are only human beings who can not escape the mistakes, and we will continue to strive to learn.