From 1e5f755aa355a4f9cbf984c2af7c6477fb9e748b Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:06:38 +0700 Subject: [PATCH] Update Sweepers.js --- src/util/Sweepers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */