From 84e1c4f5dfa61a350b7ae25c331761715e57abd8 Mon Sep 17 00:00:00 2001 From: Wolvinny Date: Mon, 9 Sep 2024 19:10:07 +0200 Subject: [PATCH 1/2] Update tags.toml Recent user apps introduced this issue for typescript users --- tags/tags.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tags/tags.toml b/tags/tags.toml index 55c3fda..8a2ad75 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -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 +""" + From 8d636f78e8288d1959ac01ec6331ff3a0db00ff5 Mon Sep 17 00:00:00 2001 From: Wolvinny Date: Mon, 9 Sep 2024 19:11:32 +0200 Subject: [PATCH 2/2] Update tags.toml --- tags/tags.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/tags.toml b/tags/tags.toml index 8a2ad75..37a71c5 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -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()` """