Код: Выделить всё
intents = discord.Intents.default()
intents.members = True
client = commands.Bot(command_prefix=',', intents = intents)
Подробнее здесь: https://stackoverflow.com/questions/648 ... ts-to-work
Код: Выделить всё
intents = discord.Intents.default()
intents.members = True
client = commands.Bot(command_prefix=',', intents = intents)