2.0.2 • Published 4 years ago

lavaclient-queue v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Lavaclient Queue Support

A lavaclient plugin that adds queue support to the Player class.

  • ✅ Verified: This is a verified Lavaclient plugin.

Support Github

Installation

npm install lavaclient-queue

Setup

This only works with lavaclient 3.x.x

import { Manager } from "lavaclient";
import { QueuePlugin } from "lavaclient-queue";

const manager = new Manager(...);
manager.use(new QueuePlugin());

// Or

const manager = new Manager(..., {
  plugins: [new QueuePlugin()],
  ...
});
2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago