Update LimitedCollection.js

This commit is contained in:
Elysia 2024-01-06 09:06:59 +07:00
parent 5f0506e19c
commit b05e611875

View File

@ -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.
*/ */