flexilink
v2.0.0
Published
A Wrapper For Lavalink Using Shoukaku
Downloads
66
Readme
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