how to remove a build in discord message

how could i have the bot delete this message? I already have the line of code to delete a message but how do i target this one specifically?
No description
7 Replies
d.js toolkit
d.js toolkit2mo ago
- 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 OP
Comet
Comet2mo ago
please do ping with a response
mallusrgreat
mallusrgreat2mo ago
which message? the thread create one?
Syjalo
Syjalo2mo ago
You can listen to messageCreate for a message with type ThreadCreated
Comet
Comet2mo ago
yes sorry, should have mentioned that specifically! thank you! i assume that i can make it so it only deletes it in a specific channel too right?
mallusrgreat
mallusrgreat2mo ago
yes, you can check using message.channel
Comet
Comet2mo ago
makes sense, appreciate both of your help