Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Releases: Gorillas-Team/Gorilink

Gorilink 1.3.2

04 Jan 02:10
98f3aa9
Compare
Choose a tag to compare

Added missing typings, and fixed idealNodes

Gorilink 1.3.1

22 Nov 21:48
075dd08
Compare
Choose a tag to compare
  • 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

13 Nov 21:38
8358962
Compare
Choose a tag to compare
  • 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 libraries
  • GorilinkManager#fetchTracks now returns an SearchResponse

Gorilink 1.2.1

17 Oct 20:45
a7ff6bf
Compare
Choose a tag to compare

Bump node-fetch from 2.6.0 to 2.6.1

Gorilink 1.2.0

12 Aug 06:12
1a18247
Compare
Choose a tag to compare

GorilinkManager#leave now not throw false if the player not exist

Gorilink 1.1.9

27 Jul 22:37
869b7df
Compare
Choose a tag to compare

Remove index from Queue#add objects #33 (comment)
Dependabot security update 108f528

Gorilink 1.1.8

08 Jul 23:14
830ee96
Compare
Choose a tag to compare

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

04 Jul 09:43
514395a
Compare
Choose a tag to compare

Now you can define the text and voice channels by passing only them, without worrying about the id

Fixes:

  • queueEnd returned GorilinkManager