From 24768345682c5a86b28fd07e6b3b9210a82f168c Mon Sep 17 00:00:00 2001 From: Marten Date: Thu, 8 Sep 2022 11:53:14 +0200 Subject: [PATCH] Added a warning about the `message content` intent --- docs/guides/text_commands/intro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/text_commands/intro.md b/docs/guides/text_commands/intro.md index 1113b0821..15fa17bd3 100644 --- a/docs/guides/text_commands/intro.md +++ b/docs/guides/text_commands/intro.md @@ -8,6 +8,11 @@ title: Introduction to the Chat Command Service [Discord.Commands](xref:Discord.Commands) provides an attribute-based command parser. +> [!WARNING] +> The 'Message Content' intent, required for text commands, is now a privilleged intent. Please use [Slash commands](xref:Guides.SlashCommands.Intro) instead for making commands. +> For more information about this change please check [this announcement made by discord](https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Privileged-Intent-FAQ) + + ## Get Started To use commands, you must create a [Command Service] and a command