Browse Source

Added a warning about the `message content` intent

pull/2458/head
Marten GitHub 2 years ago
parent
commit
2476834568
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/guides/text_commands/intro.md

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

@@ -8,6 +8,11 @@ title: Introduction to the Chat Command Service
[Discord.Commands](xref:Discord.Commands) provides an attribute-based
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)


## Get Started

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


Loading…
Cancel
Save