Discordjs 13 TypeError se deben proporcionar intentos válidos para el cliente.

const { Client, Intents } = require('discord.js');

const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });

//Change node version to 16.6 if you have AbortController error
Reedy.exe