aqualink 2.13.0 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -446,4 +446,4 @@ Join our thriving community of developers and bot creators!
446
446
 
447
447
  <sub>Built with 💙 by the Aqualink Team</sub>
448
448
 
449
- </div>
449
+ </div>
package/build/index.js CHANGED
@@ -7,6 +7,6 @@ const Plugin = require("./structures/Plugins");
7
7
  const Queue = require("./structures/Queue");
8
8
  const Rest = require("./structures/Rest");
9
9
  const Track = require("./structures/Track");
10
- const { AqualinkEvents} = require("./structures/AqualinkEvents")
10
+ const { AqualinkEvents } = require("./structures/AqualinkEvents")
11
11
 
12
12
  module.exports = { Connection, Filters, Node, Aqua, Player, Plugin, Queue, Rest, Track, AqualinkEvents };