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.
11 lines (10 loc) • 547 B
JavaScript
const { Connection } = require("./structures/Connection");
const { Filters } = require("./structures/Filters");
const { Node } = require("./structures/Node");
const { Riffy } = require("./structures/Riffy");
const { Player } = require("./structures/Player");
const { Plugin } = require("./structures/Plugins");
const { Queue } = require("./structures/Queue");
const { Rest } = require("./structures/Rest");
const { Track } = require("./structures/Track");
module.exports = { Connection, Filters, Node, Riffy, Player, Plugin, Queue, Rest, Track };