UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

11 lines (10 loc) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const __1 = require("../../.."); const Webhook_1 = require("../../../Structures/Guild/Webhook"); class default_1 { constructor(client, payload, shard) { client.emit(__1.EVENTS.WEBHOOKS_UPDATE, new Webhook_1.Webhook(payload.d, client), shard); } } exports.default = default_1;