diff --git a/plugins/chatlog.js b/plugins/chatlog.js index ada7293..a2446d9 100755 --- a/plugins/chatlog.js +++ b/plugins/chatlog.js @@ -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) {