Skip to content

v2.4.0

Choose a tag to compare

@appellation appellation released this 25 Feb 17:47
· 71 commits to master since this release

Additions

  • Cluster#getNode(guildID: string) gets the node for a given guild ID; throws if the node doesn't already exist and the cluster's filter never returns true (a133022)
  • Support for session resuming (fa126d9)
  • send method signature now accepts any return type (fa126d9)

Fixes

  • Memory leak caused by creating dead players on every voice state update to a cluster (a133022)