Skip to content
Advertisement

Discord.py error message: discord.ext.commands.bot: Privileged message content intent is missing

Can someone help me? I keep getting this error message when I try to start up my discord bot.

JavaScript

This is the code for the bot and after this is just commands and events and client.run(My_Token)

JavaScript

Advertisement

Answer

You’ve got to change

JavaScript

to

JavaScript

It was an unmentioned change in the v2.0 discord.py update. https://discordpy.readthedocs.io/en/latest/migrating.html

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement