Change checkLog interval
This commit is contained in:
parent
f1fc9c9bff
commit
172eb11577
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const checkLog = () => {
|
|||
}
|
||||
}
|
||||
|
||||
setInterval(checkLog, 3600000) // Runs once every hour,
|
||||
setInterval(checkLog, 7200000) // Runs once every two hours,
|
||||
checkLog() // and at bot startup.
|
||||
|
||||
export default function load (b) {
|
||||
|
|
Loading…
Reference in a new issue