intents=intents=discord.Intents.all()
.bot = commands.Bot()
в скобки добавь intents = intents
как у меня нижеimport discord
import os
intents=intents=discord.Intents.all()
client = commands.Bot(command_prefix = prefix, intents = intents)) # Вместо client - вставь свой bot