Skip to content

v1.1.0

Choose a tag to compare

@appellation appellation released this 28 Jul 23:49
· 90 commits to master since this release

Additions

  • Queue#next now accepts a count parameter to advance multiple times
  • Queue#unshift has been added to prepend tracks to the queue
  • Queue#tracks now accepts start and end parameters to easily paginate results
  • Queue#trim has been added to trim the queue to between the specified start and stop positions
  • QueueStore#start now accepts a filter parameter of signature (guildID: string) => boolean to control which guilds get started

Fixes

  • Readme now shows correct examples
  • Reference has been updated
  • Return type of Queue#add has been properly designated as Promise<number>