From 4c8dc4cda6f598dc26275c9f291222c7c75cfcda Mon Sep 17 00:00:00 2001 From: ckohen Date: Tue, 10 Aug 2021 13:33:32 -0700 Subject: [PATCH] docs: switch urls from upstream rearranging (#6378) --- src/util/Constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,