flexilink

2.0.0 • Public • Published

Flexilink

A Simple Wrapper For Shoukaku!

Documentation

Documentation is not currently coded yet.

Creating a new client

 
const Discord = require('discord.js');
const client = new Discord.Client();
const flexilink = require('flexilink'); //Once on npm replace with Flexilink
 
 
const nodes = [{
    name: "Node Test #1",
    host: "localhost",
    port: 2333,
    auth: "lavalinkpassword"
}]
 
const PlayerManager = new flexilink({
    client,
    nodes
    shoukakuOptions:{} //optional
})
 

A Quick Example

You can find an example here: https://github.com/

NPM Repository

https://npmjs.com/package/flexilink

Shoukaku Documentation

https://deivu.github.io/Shoukaku/?api

/flexilink/

    Package Sidebar

    Install

    npm i flexilink

    Weekly Downloads

    10

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    22.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • losejoe1