UNPKG

moonlink.js

Version:

Imagine a Music... πŸŒ™βœ¨ Welcome to Moonlink.js! We invite you to create your own music bot on Discord using Lavalink, in a simple and easy way! πŸŽΆπŸ€–

8 lines (7 loc) β€’ 215 B
import { Player } from './Player'; import { IRESTGetLyrics } from '../typings/Interfaces'; export declare class Lyrics { player: Player; constructor(player: any); getLyrics(): Promise<IRESTGetLyrics>; }