diff --git a/src/util/Sweepers.js b/src/util/Sweepers.js index 79cefa7..76848c5 100644 --- a/src/util/Sweepers.js +++ b/src/util/Sweepers.js @@ -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. */