Answers for "how to delete every message by a specific user id r on discord.js"

0

How to delete a message by its id discord.js

// ASSUMPTIONS:
// channel: the channel you want the message to be sent in
// lastmsg: the id of the last poll message

channel.fetchMessage(lastmsg).then(msg => msg.delete());
Posted by: Guest on July-07-2021

Code answers related to "how to delete every message by a specific user id r on discord.js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language