Skip to content

Commit

Permalink
chore: tags (#240)
Browse files Browse the repository at this point in the history
* fetchreply deprecation
  • Loading branch information
Wolvinny authored Jan 27, 2025
1 parent 49f5954 commit e8935f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,3 +1227,15 @@ content = """
You have enabled activities in the Activity Settings on the Developer Portal.
Either do not enable them if you do not need them, or include the command that was created in the request body.
"""

[fetchReply]
keywords = ["fetchReply-deprecated"]
content = """
The `fetchReply` option when replying to an interaction will be removed in v15.
```diff
- {..., fetchReply: true}
+ {..., withResponse: true}
```This returns an [InteractionCallbackResponse](https://discord.js.org/docs/packages/discord.js/14.17.3/InteractionCallbackResponse:Class)
Use `<InteractionCallbackResponse>.resource.message` to get the message
"""

0 comments on commit e8935f8

Please sign in to comment.