Skip to content

Commit 7e4271b

Browse files
author
AffanTheBest
committed
Track every hour
1 parent 32f075d commit 7e4271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ const track = async() => {
134134
}
135135
}));
136136
}
137-
setInterval(track, 300000); //Track every 3 hrs
137+
setInterval(track, 3600000); //Track every hr.
138138
bot.start()

0 commit comments

Comments
 (0)