You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/text_commands/intro.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ title: Introduction to the Chat Command Service
8
8
[Discord.Commands](xref:Discord.Commands) provides an attribute-based
9
9
command parser.
10
10
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
+
11
18
## Get Started
12
19
13
20
To use commands, you must create a [Command Service] and a command
0 commit comments