message not being read

The bot is not reading the message and replying
63 Replies
d.js toolkit
d.js toolkit•11mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Elvin
Elvin•11mo ago
"discord.js": "^14.13.0"
treble/luna
treble/luna•11mo ago
you do not have the GuildMessages and/or MessageContent intent
Elvin
Elvin•11mo ago
when I put GuildMessages or MessageContent it shows error on my terminal
treble/luna
treble/luna•11mo ago
then you have to enable the intent in the developer portal
Elvin
Elvin•11mo ago
do you mean this one
No description
treble/luna
treble/luna•11mo ago
the message content one yes
Elvin
Elvin•11mo ago
still doesnt work restarted the bot and turned the message content to on
treble/luna
treble/luna•11mo ago
define does not work did you add the intents to your client constructor
Elvin
Elvin•11mo ago
okay now it works
import { Client, GatewayIntentBits, IntentsBitField } from "discord.js";
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
],
});
import { Client, GatewayIntentBits, IntentsBitField } from "discord.js";
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
],
});
treble/luna
treble/luna•11mo ago
and how are you listening for messages
Elvin
Elvin•11mo ago
when I use the IntentsBitField.GuildMessages it throws error throw new DiscordjsRangeError(ErrorCodes.BitFieldInvalid, bit); ^ RangeError [BitFieldInvalid]: Invalid bitfield flag or number: undefined.
treble/luna
treble/luna•11mo ago
npm ls discord.js
Elvin
Elvin•11mo ago
Didnt send that code jajajaaja already installed?
treble/luna
treble/luna•11mo ago
thats not what i'm asking just run the command
Want results from more Discord servers?
Add your server