diff --git a/src/util/LimitedCollection.js b/src/util/LimitedCollection.js index 9848299..956639d 100644 --- a/src/util/LimitedCollection.js +++ b/src/util/LimitedCollection.js @@ -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. */