#undefined(Reading 'FLAGS')

21 messages · Page 1 of 1 (latest)

ripe delta
#

I have problems with intents

covert scroll
#

the first one probably needs to be FLAGS, all caps

ripe delta
covert scroll
#

the L is lowercase in your screenshot

ripe delta
#

Alright, I'll try it out and let you know how it goes

ripe delta
#

@covert scrollNow this error comes up

dusty fernBOT
#

@ripe delta, you just advanced to level 1 !

lament bough
#

you've defined Client but then used Discord.Client

#

if you're using discord.js v14, try

- Discord.Intents.FLAGS.GUILD_MESSAGES
+ Discord.GatewayIntentBits.GuildMessages

etc

ripe delta
#

ok, ty

#

@lament bough Could this work?

#

I don't quite understand the use of intentshollow

#

Fixed, I found the error.

#

Now, it doesn't read commands, but it starts normally.