Skip to content

Commit

Permalink
docs: Use stable tag (#9343)
Browse files Browse the repository at this point in the history
docs: use stable tag
  • Loading branch information
Jiralite committed Apr 10, 2023
1 parent d6905b3 commit c0f2dd7
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/discord.js/src/client/BaseClient.js
Expand Up @@ -77,5 +77,5 @@ module.exports = BaseClient;

/**
* @external REST
* @see {@link https://discord.js.org/docs/packages/rest/main/REST:Class}
* @see {@link https://discord.js.org/docs/packages/rest/stable/REST:Class}
*/
6 changes: 3 additions & 3 deletions packages/discord.js/src/client/Client.js
Expand Up @@ -544,15 +544,15 @@ module.exports = Client;

/**
* @external Collection
* @see {@link https://discord.js.org/docs/packages/collection/main/Collection:Class}
* @see {@link https://discord.js.org/docs/packages/collection/stable/Collection:Class}
*/

/**
* @external ImageURLOptions
* @see {@link https://discord.js.org/docs/packages/rest/main/ImageURLOptions:Interface}
* @see {@link https://discord.js.org/docs/packages/rest/stable/ImageURLOptions:Interface}
*/

/**
* @external BaseImageURLOptions
* @see {@link https://discord.js.org/docs/packages/rest/main/BaseImageURLOptions:Interface}
* @see {@link https://discord.js.org/docs/packages/rest/stable/BaseImageURLOptions:Interface}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/ActionRowBuilder.js
Expand Up @@ -30,5 +30,5 @@ module.exports = ActionRowBuilder;

/**
* @external BuildersActionRow
* @see {@link https://discord.js.org/docs/packages/builders/main/ActionRowBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/ActionRowBuilder:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/ApplicationCommand.js
Expand Up @@ -602,5 +602,5 @@ module.exports = ApplicationCommand;

/**
* @external ApplicationCommandOptionAllowedChannelTypes
* @see {@link https://discord.js.org/docs/packages/builders/main/ApplicationCommandOptionAllowedChannelTypes:TypeAlias}
* @see {@link https://discord.js.org/docs/packages/builders/stable/ApplicationCommandOptionAllowedChannelTypes:TypeAlias}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/ButtonBuilder.js
Expand Up @@ -39,5 +39,5 @@ module.exports = ButtonBuilder;

/**
* @external BuildersButton
* @see {@link https://discord.js.org/docs/packages/builders/main/ButtonBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/ButtonBuilder:Class}
*/
Expand Up @@ -26,5 +26,5 @@ module.exports = ChannelSelectMenuBuilder;

/**
* @external BuildersChannelSelectMenu
* @see {@link https://discord.js.org/docs/packages/builders/main/ChannelSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/ChannelSelectMenuBuilder:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/EmbedBuilder.js
Expand Up @@ -36,5 +36,5 @@ module.exports = EmbedBuilder;

/**
* @external BuildersEmbed
* @see {@link https://discord.js.org/docs/packages/builders/main/EmbedBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/EmbedBuilder:Class}
*/
Expand Up @@ -27,5 +27,5 @@ module.exports = MentionableSelectMenuBuilder;

/**
* @external BuildersMentionableSelectMenu
* @see {@link https://discord.js.org/docs/packages/builders/main/MentionableSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/MentionableSelectMenuBuilder:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/MessagePayload.js
Expand Up @@ -296,5 +296,5 @@ module.exports = MessagePayload;

/**
* @external RawFile
* @see {@link https://discord.js.org/docs/packages/rest/main/RawFile:Interface}
* @see {@link https://discord.js.org/docs/packages/rest/stable/RawFile:Interface}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/ModalBuilder.js
Expand Up @@ -29,5 +29,5 @@ module.exports = ModalBuilder;

/**
* @external BuildersModal
* @see {@link https://discord.js.org/docs/packages/builders/main/ModalBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/ModalBuilder:Class}
*/
Expand Up @@ -26,5 +26,5 @@ module.exports = RoleSelectMenuBuilder;

/**
* @external BuildersRoleSelectMenu
* @see {@link https://discord.js.org/docs/packages/builders/main/RoleSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/RoleSelectMenuBuilder:Class}
*/
Expand Up @@ -74,5 +74,5 @@ module.exports = StringSelectMenuBuilder;

/**
* @external BuildersSelectMenu
* @see {@link https://discord.js.org/docs/packages/builders/main/StringSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/StringSelectMenuBuilder:Class}
*/
Expand Up @@ -44,5 +44,5 @@ module.exports = StringSelectMenuOptionBuilder;

/**
* @external BuildersSelectMenuOption
* @see {@link https://discord.js.org/docs/packages/builders/main/SelectMenuOptionBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/SelectMenuOptionBuilder:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/TextInputBuilder.js
Expand Up @@ -26,5 +26,5 @@ module.exports = TextInputBuilder;

/**
* @external BuildersTextInput
* @see {@link https://discord.js.org/docs/packages/builders/main/TextInputBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/builders/stable/TextInputBuilder:Class}
*/
Expand Up @@ -26,5 +26,5 @@ module.exports = UserSelectMenuBuilder;

/**
* @external BuildersUserSelectMenu
* @see {@link https://discord.js.org/docs/packages/rest/main/UserSelectMenuBuilder:Class}
* @see {@link https://discord.js.org/docs/packages/rest/stable/UserSelectMenuBuilder:Class}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/util/Options.js
Expand Up @@ -198,5 +198,5 @@ module.exports = Options;

/**
* @external RESTOptions
* @see {@link https://discord.js.org/docs/packages/rest/main/RESTOptions:Interface}
* @see {@link https://discord.js.org/docs/packages/rest/stable/RESTOptions:Interface}
*/
2 changes: 1 addition & 1 deletion packages/discord.js/src/util/Sweepers.js
Expand Up @@ -8,7 +8,7 @@ const { DiscordjsTypeError, ErrorCodes } = require('../errors');
/**
* @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/main/Collection:Class#sweep)}
* See {@link [Collection#sweep](https://discord.js.org/docs/packages/collection/stable/Collection:Class#sweep)}
* for the definition of this function.
*/

Expand Down

0 comments on commit c0f2dd7

Please sign in to comment.