UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

13 lines (12 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GuildIntegrationEvents = void 0; const BaseEvent_1 = require("./BaseEvent"); class GuildIntegrationEvents extends BaseEvent_1.BaseEvent { constructor(client, guild, shard) { super(shard, client); this.guild = guild; this.guild = new (this.client.structures.get("Guild"))(guild.data, client); } } exports.GuildIntegrationEvents = GuildIntegrationEvents;