Replies: 1 comment
-
client.on('messageUpdate', async (oldMessage, newMessage) => {
console.log('Old Content:', oldMessage.content);
console.log('New Content:', newMessage.content);
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried this but didnt work for me, it didnt collect any messages. I dont see any messageUpdate option for collectors in the docs either so if it doesnt exist is it possible for you to add?
Beta Was this translation helpful? Give feedback.
All reactions