diff --git a/docs/guides/text_commands/intro.md b/docs/guides/text_commands/intro.md index 15fa17bd3..b16ffcc99 100644 --- a/docs/guides/text_commands/intro.md +++ b/docs/guides/text_commands/intro.md @@ -9,8 +9,10 @@ title: Introduction to the Chat Command Service 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) +> 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