Skip to content

Commit

Permalink
Update: Some small little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Wood committed Oct 8, 2024
1 parent f647ffe commit d03720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function checkExpiredWarnings() {
}
}

setInterval(checkExpiredWarnings, 60000);
setInterval(checkExpiredWarnings, 1000);

async function getGuildData(guildId) {
let guild = await Guild.findOne({ guildId: guildId });
Expand Down

0 comments on commit d03720e

Please sign in to comment.