message.channel.totalMesssgeSent returning undefined
Message and message.channel are the value that they are supposed to be.
I have the MessageContent, Guilds and MessageCreate intents.
I do not have any partials,
6 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 OPBecause that property doesnt exist
You cannot get all messages in a channel
Shows as any when hovering over it tho.
Was this a feature in the past?
Thats for threadChannels, as indicated
Oh, I totally missed that.