2.0.0 • Published 4 years ago

flexilink v2.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

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