Skip to content

Commit

Permalink
Update core-Discord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zeteticl committed Sep 8, 2024
1 parent 242444d commit 103c94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core-Discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ manager.on("clusterCreate", cluster => {
if (!agenda) return;

agenda.define('0455restartdiscord', async (job) => {
console.log('04:55 restart discord!!');
manager.respawnAll({ clusterDelay: 1000 * 60, respawnDelay: 500, timeout: 1000 * 60 * 2 });
// console.log('04:55 restart discord!!');
// manager.respawnAll({ clusterDelay: 1000 * 60, respawnDelay: 500, timeout: 1000 * 60 * 2 });

});
})();
Expand Down

0 comments on commit 103c94e

Please sign in to comment.