From 8146fd32b26298a9b958790558f425a58efd1464 Mon Sep 17 00:00:00 2001 From: Marten Date: Thu, 8 Sep 2022 12:00:53 +0200 Subject: [PATCH] Warning -> Important --- docs/guides/text_commands/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/text_commands/intro.md b/docs/guides/text_commands/intro.md index b16ffcc99..429bfc3a0 100644 --- a/docs/guides/text_commands/intro.md +++ b/docs/guides/text_commands/intro.md @@ -8,7 +8,7 @@ title: Introduction to the Chat Command Service [Discord.Commands](xref:Discord.Commands) provides an attribute-based command parser. -> [!WARNING] +> [!IMPORTANT] > 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