Skip to content

Commit 3babf65

Browse files
committed
Update tags.toml
Added a tag for fetchReply since this also was deprecated
1 parent 49f5954 commit 3babf65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tags/tags.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,3 +1227,15 @@ content = """
12271227
You have enabled activities in the Activity Settings on the Developer Portal.
12281228
Either 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+
"""

0 commit comments

Comments
 (0)