TextChannel.bulkDelete description
I've an issue with the description of the TextChannel.bulkDelete() and the one of the argument filterOld, which are opposing. Which on is the correct one ?
It's the same text for the main branch and v13 online.


4 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Bots can delete only messages that are newer then 2 weeks.
If you have older ones in your
messages
, then filterOld
will filter it.Filter meaning remove it from the list to remove, thus not removing it right ?
Yes