6 lines
106 B
JavaScript
Raw Normal View History

2022-03-19 17:37:45 +07:00
'use strict';
module.exports = (client, packet) => {
client.actions.MessageDelete.handle(packet.d);
};