Skip to content

Commit

Permalink
manager.spawn with delay 20sec
Browse files Browse the repository at this point in the history
  • Loading branch information
zeteticl committed Dec 26, 2023
1 parent d47c2c5 commit 2f0cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core-Discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ manager.extend(
})
)

manager.spawn({ timeout: -1 });
manager.spawn({ timeout: -1, delay: 1000 * 20 });
//manager.recluster?.start({ restartMode: 'gracefulSwitch', totalShards: getInfo().TOTAL_SHARDS })

0 comments on commit 2f0cde6

Please sign in to comment.