Skip to content

Commit

Permalink
fix: update status every 2 seconds, not 20 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Apr 20, 2024
1 parent 597791e commit 8d5c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commands/checkRoles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
},
),
});
}, 20);
}, 2000);

// check all active presences
await interaction.guild.members.fetch({ withPresences: true });
Expand Down

0 comments on commit 8d5c6d8

Please sign in to comment.