#undefined(Reading 'FLAGS')
21 messages · Page 1 of 1 (latest)
the first one probably needs to be FLAGS, all caps
It's already in uppercase.

the L is lowercase in your screenshot
@covert scrollNow this error comes up
@ripe delta, you just advanced to level 1 !
where is Discord defined?
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

