Bulk Deleteing Bot Sent messages only
is there anyway to bulk delete messages From the BOT ONLY
7 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.1) fetch X messages using
<TextBasedChannel>.messages.fetch()
2) filter the returned Collection of messages by those whose author is the bot
3) call <TextBasedChannel>.bulkDelete(<Collection>)
do i replace <textBasedChannel> with something? if so what with
just the id of the channel?
ah ok
will this delete my bots messages only?
no other ones
how do i filter the author?
imma need a deeper explanation on how to do this im now confused to many things