This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
Releases: Gorillas-Team/Gorilink
Releases · Gorillas-Team/Gorilink
Gorilink 1.3.2
Gorilink 1.3.1
- Fix
GorilinkManager#idealNodes
was checking the wrong property, now it works normally - Export
Track
model, forgotten in the last update - Added support for filtering #44
Special thanks to @JamesParkDev that helped us with these problems and @Acnologla to add filtering support
Gorilink 1.3.0
- Custom track class implemented
- Custom SearchResult class implemented
- Backwards compatibility for Discord.js V11
- Universal compatibility (now you can use on Eris)
- New
GorilinkManager#request
for create another requests for lavalink endpoints - New
GorilinkManager#packetUpdate
to send packets to the shard on library raw listener GorilinkManager.options#sendWS
Universal compatibility for all librariesGorilinkManager#fetchTracks
now returns an SearchResponse
Gorilink 1.2.1
Bump node-fetch from 2.6.0 to 2.6.1
Gorilink 1.2.0
GorilinkManager#leave
now not throw false if the player not exist
Gorilink 1.1.9
Remove index from Queue#add
objects #33 (comment)
Dependabot security update 108f528
Gorilink 1.1.8
Queue#add
Add dynamic index to Queue elements (credits davipatury)
LavalinkNode#Destroy
Sometimes when the method was called the close event emitted reconnect and the node was not deleted from the Collection, now everything works as it should
Gorilink 1.1.6
Now you can define the text
and voice
channels by passing only them, without worrying about the id
Fixes:
queueEnd
returned GorilinkManager