Skip to content

Commit 2a6fca6

Browse files
authored
[Docs] Text Commands: Added a warning about the message content intent (#2458)
* Added a warning about the `message content` intent * Improved line length * Warning -> Important
1 parent d1678d1 commit 2a6fca6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/guides/text_commands/intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ title: Introduction to the Chat Command Service
88
[Discord.Commands](xref:Discord.Commands) provides an attribute-based
99
command parser.
1010

11+
> [!IMPORTANT]
12+
> The 'Message Content' intent, required for text commands, is now a
13+
> privilleged intent. Please use [Slash commands](xref:Guides.SlashCommands.Intro)
14+
> instead for making commands. For more information about this change
15+
> please check [this announcement made by discord](https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Privileged-Intent-FAQ)
16+
17+
1118
## Get Started
1219

1320
To use commands, you must create a [Command Service] and a command

0 commit comments

Comments
 (0)