From e55f4d65073fbee9dc1d5907296c6a479001bc4c Mon Sep 17 00:00:00 2001 From: anandre <38661761+anandre@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:10:49 -0600 Subject: [PATCH] chore: tags (#229) remove v13 error variant --- tags/tags.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tags/tags.toml b/tags/tags.toml index 37a71c5..e7d6c55 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -862,9 +862,7 @@ content = """ [privileged-intents] keywords = ["privileged", "p-intents", "whitelisted-intents"] content = """ -- `Error [DisallowedIntents]: Privileged intent provided is not enabled or whitelisted.` -- `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 """