diff --git a/src/util/Constants.js b/src/util/Constants.js index dd6f5136c..b1b953e0c 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -931,7 +931,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']); * * APPLICATION_COMMAND * * MESSAGE_COMPONENT * @typedef {string} InteractionType - * @see {@link https://discord.com/developers/docs/interactions/slash-commands#interaction-object-interaction-request-type} + * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-request-type} */ exports.InteractionTypes = createEnum([null, 'PING', 'APPLICATION_COMMAND', 'MESSAGE_COMPONENT']); @@ -943,7 +943,7 @@ exports.InteractionTypes = createEnum([null, 'PING', 'APPLICATION_COMMAND', 'MES * * DEFERRED_MESSAGE_UPDATE * * UPDATE_MESSAGE * @typedef {string} InteractionResponseType - * @see {@link https://discord.com/developers/docs/interactions/slash-commands#interaction-response-object-interaction-callback-type} + * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type} */ exports.InteractionResponseTypes = createEnum([ null,