Message doesn't send to channel
basically, all the log messages appear EXCEPT for message sent, and the message is not sent to the channel. the channel id is correct
2 Replies
- 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!
- ✅
Marked as resolved by OPyes
yes
I logged the channel, and apparently it's undefined
maybe
client.channels.cache.get('1174309146816950303')
is incorrect somehow?
oh THAT might be it
guilds intent
I have GUILD_MEMBERS intent, but nothing else
i guess i need GatewayIntentBits.Guilds intent
oh.
YEAH IT WORKED