Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix: typo (#blametheoriginal)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Aug 18, 2020
1 parent 99a4425 commit fcf5a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/Sweeper.ts
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ export default class extends Task {
presences += guild.presences.cache.size;
guild.presences.cache.clear();

// Clear members that haven't send a message in the last 30 minutes
// Clear members that haven't sent a message in the last 30 minutes
const { me } = guild;
for (const [id, member] of guild.members.cache) {
if (member === me) continue;

0 comments on commit fcf5a57

Please sign in to comment.