mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Sweepers): fix typo (#7165)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user