Update LimitedCollection.js
This commit is contained in:
parent
5f0506e19c
commit
b05e611875
@ -10,7 +10,7 @@ const { TypeError } = require('../errors/DJSError.js');
|
|||||||
* @typedef {Function} SweepFilter
|
* @typedef {Function} SweepFilter
|
||||||
* @param {LimitedCollection} collection The collection being swept
|
* @param {LimitedCollection} collection The collection being swept
|
||||||
* @returns {Function|null} Return `null` to skip sweeping, otherwise a function passed to `sweep()`,
|
* @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.
|
* for the definition of this function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user