File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1227,3 +1227,15 @@ content = """
12271227You have enabled activities in the Activity Settings on the Developer Portal.
12281228Either do not enable them if you do not need them, or include the command that was created in the request body.
12291229"""
1230+
1231+ [fetchReply ]
1232+ keywords = [" fetchReply-deprecated" ]
1233+ content = """
1234+ The `fetchReply` option when replying to an interaction will be removed in v15.
1235+ ```diff
1236+ - {..., fetchReply: true}
1237+ + {..., withResponse: true}
1238+
1239+ ```This returns an [InteractionCallbackResponse](https://discord.js.org/docs/packages/discord.js/14.17.3/InteractionCallbackResponse:Class)
1240+ Use `<InteractionCallbackResponse>.resource.message` to get the message
1241+ """
You can’t perform that action at this time.
0 commit comments