Browse Source

Improved line length

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

+ 4
- 2
docs/guides/text_commands/intro.md View File

@@ -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


Loading…
Cancel
Save