1.1.1 • Published 8 years ago

discord-playlist v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

discord-playlist

READ THIS

This library is currently out of date. A lot of supported libs have changed their methods and are no longer supported. In the future this will be fixed. I also plan on converting to promises rather than events. I was just lazy.

What This Is

Super duper high level representation of a music playlist that interfaces directly with voiceConnection objects provided by different Discord libs. Created so I can move all of those nasty class files out of my CraigBot project.

What This Is Not

A DISCORD BOT. You still need to create your own bot, this packages just makes the already easy process of making music playlists even easier.

To Install

You will need a relatively recent version of node. Additionally, you will need to choose a Discord Bot API library of your choice. Those currently supported by discord-playlist include:

npm i discord-playlist --save

Documentation and Examples

These are pretty garbo. I'm sorry.

Docs for implementation if you're only dealing with one server.

Docs for implmentation if you're dealing with multiple servers.

Example using Eris with multiple guilds. This is ugly and I'm sorry it's the only example I have.