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
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:
use intents = discord.Intents.default()
Launch the code
See error
Expected behavior
This message don't show with intents = discord.Intents.all()
Template Version
Version: 6.3.0
The text was updated successfully, but these errors were encountered:
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:
intents = discord.Intents.default()
Expected behavior
This message don't show with intents = discord.Intents.all()
Template Version
Version: 6.3.0
The text was updated successfully, but these errors were encountered: