mirror of
https://github.com/danbulant/discord.js
synced 2026-06-01 13:52:02 +00:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
'use strict';
|
|
|
|
module.exports = (client, packet) => {
|
|
client.actions.WebhooksUpdate.handle(packet.d);
|
|
};
|