Skip to content

Privileged message content intent is missing #106

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
thefrenchaxo opened this issue Mar 26, 2025 · 1 comment
Closed

Privileged message content intent is missing #106

thefrenchaxo opened this issue Mar 26, 2025 · 1 comment
Assignees
Labels
invalid This doesn't seem right wontfix This won't be worked on

Comments

@thefrenchaxo
Copy link

Describe the bug
When i launch the code, i have this error :
0000-00-00 00:00:00 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected.

To Reproduce
Steps to reproduce the behavior:

  1. use intents = discord.Intents.default()
  2. Launch the code
  3. See error

Expected behavior
This message don't show with intents = discord.Intents.all()

Template Version
Version: 6.3.0

@kkrypt0nn kkrypt0nn self-assigned this Apr 9, 2025
@kkrypt0nn kkrypt0nn added invalid This doesn't seem right wontfix This won't be worked on labels Apr 9, 2025
@kkrypt0nn
Copy link
Owner

kkrypt0nn commented Apr 9, 2025

Hey there,

This is intentional as you've mentioned, it works when using discord.Intents.all() or adding the specific message_contentintent.

Please take a look at the FAQ and the comments in the code.

@kkrypt0nn kkrypt0nn closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
invalid This doesn't seem right wontfix This won't be worked on
Projects
None yet
Development

No branches or pull requests

2 participants