From b8c34a97ff1edd7754ec6f92798e75f2df751f75 Mon Sep 17 00:00:00 2001 From: anandre <38661761+anandre@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:39:17 -0600 Subject: [PATCH 1/2] Update tags.toml Remove the v13 version of the "disallowed intents" API error message --- tags/tags.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tags/tags.toml b/tags/tags.toml index 37a71c5..a175a7f 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -862,7 +862,6 @@ content = """ [privileged-intents] keywords = ["privileged", "p-intents", "whitelisted-intents"] content = """ -- `Error [DisallowedIntents]: Privileged intent provided is not enabled or whitelisted.` - `Error: Used disallowed intents` If you are using the `GuildMembers`, `GuildPresences`, or `MessageContent` intents, you need to enable them via [Developer Portal](https://discord.com/developers/applications) > Your app > Bot > Privileged Gateway Intents From 6339ea224cc6f683be691b9a94d9a4865c2fbd16 Mon Sep 17 00:00:00 2001 From: Souji Date: Fri, 6 Dec 2024 17:10:06 +0100 Subject: [PATCH 2/2] chore: formatting don't need a list for a single item --- tags/tags.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tags/tags.toml b/tags/tags.toml index a175a7f..e7d6c55 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -862,8 +862,7 @@ content = """ [privileged-intents] keywords = ["privileged", "p-intents", "whitelisted-intents"] content = """ -- `Error: Used disallowed intents` - +`Error: Used disallowed intents` If you are using the `GuildMembers`, `GuildPresences`, or `MessageContent` intents, you need to enable them via [Developer Portal](https://discord.com/developers/applications) > Your app > Bot > Privileged Gateway Intents """