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

217
Views
Can't import discord intents

I can't import discord intents I have discord.js version 13.6.0

This is the start where I import stuff

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

And here is where I get an error

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

and the error is:

TypeError: Cannot read properties of undefined (reading 'FLAGS')

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Not really sure why this error is happening, but you can pass strings instead of the Intents object, e.g.:

const bot = new Client({
    intents: [ "GUILDS", "GUILD_MESSAGES" ]
})
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!