Browse Source

[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
tags/3.8.1
Marten GitHub 2 years ago
parent
commit
2a6fca6653
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/guides/text_commands/intro.md

+ 7
- 0
docs/guides/text_commands/intro.md View File

@@ -8,6 +8,13 @@ title: Introduction to the Chat Command Service
[Discord.Commands](xref:Discord.Commands) provides an attribute-based
command parser.

> [!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
> 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


Loading…
Cancel
Save