2022-03-19 17:37:45 +07:00

6 lines
107 B
JavaScript

'use strict';
module.exports = (client, packet) => {
client.actions.WebhooksUpdate.handle(packet.d);
};