message not being read
The bot is not reading the message and replying
npm list discord.js and node node -v version?

import { Client, GatewayIntentBits, IntentsBitField } from "discord.js";
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
],
});