We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cfa41 commit 36e0cc4Copy full SHA for 36e0cc4
tags/tags.toml
@@ -1235,6 +1235,6 @@ The `fetchReply` option when replying to an interaction will be removed in v15.
1235
- {..., fetchReply: true}
1236
+ {..., withResponse: true}
1237
1238
-```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)
1239
Use `<InteractionCallbackResponse>.resource.message` to get the message
1240
"""
0 commit comments