docs(Sweepers): fix typo (#7165)

This commit is contained in:
Attituding
2021-12-30 09:13:51 +00:00
committed by GitHub
parent 9cdc4482a0
commit 780b7ed39f

View File

@@ -353,7 +353,7 @@ class Sweepers {
/**
* Creates a sweep filter that sweeps outdated messages (edits taken into account)
* @param {number} [lifetime=3600] How long ago a message has to hvae been sent or edited to be valid for sweeping
* @param {number} [lifetime=3600] How long ago a message has to have been sent or edited to be valid for sweeping
* @returns {GlobalSweepFilter}
*/
static outdatedMessageSweepFilter(lifetime = 3600) {