Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
El bot de Discord no arranca

Estoy creando mi primer bot de Discord mientras sigo su guía. Al lanzar el bot con: node index.js . Esto devuelve: "ReferenceError: FinalizationRegistry no está definido". ¿Alguien más ha encontrado este problema mientras sigue su guía? Aquí está el código de la guía. índice.js

 const { Client, Intents } = require('discord.js'); const { token } = require('./config.json'); const client = new Client({ intents: [Intents.FLAGS.GUILDS] }); client.once('ready', () => { console.log('Ready!'); }); client.login(token);

config.json

 { "token": "my token is here" }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Debe tener la versión 16.x para Discord.js >=v13.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!