При создании бота нужно занести в него все intents.
https://discordpy.readthedocs.io/en/latest/intents.html
Не разбираюсь какие там бывают, поэтому можно просто бахнуть все
intents = discord.Intents.all()
bot = commands.Bot(command_prefix='!', intents=intents)