Skip to content

Commit

Permalink
Update handlePresence.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
komotok authored Jan 8, 2024
1 parent 104e496 commit 0bd01c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/background/handlePresence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ export default (client: Client) => {
setPresence(client);
let presenceHandler = setInterval(setPresence, 60e3 * 30, client); // Every 30 minutes
presenceHandler.unref();

}
};

0 comments on commit 0bd01c3

Please sign in to comment.