UNPKG

discord-player-music

Version:

A powerful music module for your Discord bot with lots of features

7 lines (6 loc) 240 B
import { Player } from "../src/Player"; export declare class PlayerEmitter { public on(event: string, data: any): Player; public once(event: string, data: any): Player; public emit(event: string, ...args: any): boolean; }