UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

8 lines (7 loc) 300 B
import { BaseEvent } from "./BaseEvent"; import { EvolveClient } from "../EvolveClient"; import { Channel } from "../../Structures/Channel/Channel"; export declare class ChannelEvents extends BaseEvent { channel: Channel; constructor(client: EvolveClient, channel: Channel, shard: number); }