Skip to content

Commit

Permalink
Update tags.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolvinny committed Sep 9, 2024
1 parent 84e1c4f commit 8d636f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,6 @@ 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
A fix will be implemented in 14.16.2, where you can use `channel.isSendable()`
"""

0 comments on commit 8d636f7

Please sign in to comment.