Skip to content

Commit

Permalink
reset cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenkii committed Mar 21, 2024
1 parent d9ac109 commit 32afd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/onReadyEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class OnReadyEvent extends DiscordEvent {

setInterval(cleanupChannels.cleanupChannels, 60000 * 60);

schedule.scheduleJob('*/5 * * * *', async () => {
schedule.scheduleJob('0 2 * * *', async () => {
await manageMemberRoles();
});

Expand Down

0 comments on commit 32afd00

Please sign in to comment.