Releases: skick1234/DisTube
Releases · skick1234/DisTube
3.0.2
3.0.1
3.0.0
New Features
- Support discord.js v13 with
@discordjs/voice
- Plugin system
- Multiple filters
- Age-restricted filter
- Playing previous songs
Breaking changes
Check migration to v3 guide
3.0.0-beta.40
- fix(DisTubeStream): optimize video format chooser
- fix(Playlist): use alternative name only when necessary
3.0.0-beta.39
- Fix autoplay doesn't work when the
Queue
is empty - Fix
playSong
isn't emitted when skipping song and repeat song andemitNewSongOnly
option is on.
3.0.0-beta.38
- Create
RepeatMode
enum - DisTubeVoice emits
disconnect
event if the connection is destroyed without using#leave
method - Add
abstract
keyword for abstract classes and methods
3.0.0-beta.37
- Fix
GuildIDResolvable
doesn't supportQueue
andDisTubeVoice
- Emit
disconnect
event even iferror
event will be emitted - Strictly typed event listeners
- Remove
DisTubeVoice
listeners when unused - Seeking the input stream instead of the output stream (Closes #147)
2.8.18
2.8.17
3.0.0-beta.36
- Fix
DisTubeVoice
does not emit disconnect event in some cases - Add
DisTubeVoice#voiceState
property - Add error parameter to
DisTubeVoice#leave
method - Check if
DisTubeOptions
is a valid object