const { Client, GatewayIntentBits } = require('discord.js')
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
// ...
]
}) Вместо Intents.Flags теперь GatewayIntentBits. Импорт тоже обновить не забудь. К слову, это гуглится за 30 секунд