From 28e2bd446423e0777dc1a027d69ceba040ea376d Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:49:42 +0100 Subject: [PATCH] fix: stable link --- tags/tags.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/tags.toml b/tags/tags.toml index ad6cad9..dd21cbe 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -1235,6 +1235,6 @@ The `fetchReply` option when replying to an interaction will be removed in v15. - {..., fetchReply: true} + {..., withResponse: true} -```This returns an [InteractionCallbackResponse](https://discord.js.org/docs/packages/discord.js/14.17.3/InteractionCallbackResponse:Class) +```This returns an [InteractionCallbackResponse](https://discord.js.org/docs/packages/discord.js/stable/InteractionCallbackResponse:Class) Use `.resource.message` to get the message """