Update Sweepers.js
This commit is contained in:
parent
1600403cfa
commit
1e5f755aa3
@ -7,7 +7,7 @@ const { TypeError } = require('../errors/DJSError.js');
|
||||
/**
|
||||
* @typedef {Function} GlobalSweepFilter
|
||||
* @returns {Function|null} Return `null` to skip sweeping, otherwise a function passed to `sweep()`,
|
||||
* See {@link [Collection#sweep](https://discord.js.org/docs/packages/collection/stable/Collection:Class?scrollTo=sweep)}
|
||||
* See {@link [Collection#sweep](https://discord.js.org/docs/packages/collection/stable/Collection:Class#sweep)}
|
||||
* for the definition of this function.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user