Update LimitedCollection.js
This commit is contained in:
		@@ -10,7 +10,7 @@ const { TypeError } = require('../errors/DJSError.js');
 | 
			
		||||
 * @typedef {Function} SweepFilter
 | 
			
		||||
 * @param {LimitedCollection} collection The collection being swept
 | 
			
		||||
 * @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.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user