Skip to content

Commit

Permalink
chore: tags (#220)
Browse files Browse the repository at this point in the history
* tag for partial group dm type guards
  • Loading branch information
Wolvinny authored Sep 9, 2024
1 parent 85cdc11 commit f901a2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1212,3 +1212,12 @@ content = """
discord.js does not support features until they are officially documented.
While there might be a way for these features to work, it can change at any time without any notice
"""

[partial-group-dm]
keywords = ["group-dm", "send-does-not-exist"]
content = """
Bots cannot send messages in partial group dm channels.
Use `if ('send' in channel)` or compare `channel.type` to mitigate this.
A fix will be implemented in 14.16.2, where you can use `channel.isSendable()`
"""

0 comments on commit f901a2c

Please sign in to comment.