UNPKG

riffy-extended

Version:

Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.

10 lines (8 loc) 145 B
class Plugin { constructor(name) { this.name = name; } load(riffy) { } unload(riffy) { } } module.exports = { Plugin };