Skip to content

Commit

Permalink
Bump pfp timer from 10 to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
lillithkt committed Sep 15, 2023
1 parent 54d9a8c commit c7d5acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bot.on("ready", async () => {
changePfp();
});

setInterval(changePfp, 1000 * 60 * 10); // 10 minutes
setInterval(changePfp, 1000 * 60 * 30); // 10 minutes

registerCallback(() => {
try {
Expand Down

0 comments on commit c7d5acd

Please sign in to comment.