📅  最后修改于: 2022-03-11 15:03:10.687000             🧑  作者: Mango
client.on('messageUpdate', (oldMessage, newMessage) => {
//Your code
});
//Note, you have to define client.
//Its best to run these events through something called a "event handler"