Bulk Deleteing Bot Sent messages only

is there anyway to bulk delete messages From the BOT ONLY
7 Replies
d.js toolkit
d.js toolkit2y ago
• 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.
Squid
Squid2y ago
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>)
Fractyl
Fractyl2y ago
do i replace <textBasedChannel> with something? if so what with just the id of the channel?
d.js docs
d.js docs2y ago
Explaining <Class> and Class#method notation: learn more
Fractyl
Fractyl2y ago
ah ok will this delete my bots messages only? no other ones how do i filter the author?
d.js docs
d.js docs2y ago
method Collection#filter() Identical to Array.filter(), but returns a Collection instead of an Array.
Fractyl
Fractyl2y ago
imma need a deeper explanation on how to do this im now confused to many things
Want results from more Discord servers?
Add your server