chore: Rename various stuff to "main" (#6343)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Jiralite
2021-08-08 00:08:00 +01:00
committed by GitHub
parent 94bb953bf1
commit 570fba33d3
5 changed files with 8 additions and 8 deletions

View File

@@ -613,5 +613,5 @@ module.exports = Client;
/**
* @external Collection
* @see {@link https://discord.js.org/#/docs/collection/master/class/Collection}
* @see {@link https://discord.js.org/#/docs/collection/main/class/Collection}
*/

View File

@@ -8,7 +8,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/collection/master/class/Collection?scrollTo=sweep)}
* See {@link [Collection#sweep](https://discord.js.org/#/docs/collection/main/class/Collection?scrollTo=sweep)}
* for the definition of this function.
*/