Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
intents = discord.Intents.default() intents.presences = True intents.members = True intents.message_content = True bot = commands.Bot(command_prefix=config['prefix'], intents = intents)
await user.send('Привет! Мой префикс = m!')