Note that the NPM version will be behind the GitHub version, but more stable.
If any issues arise open an issue, or for a faster response join the Discord server.
- Merged PR #133
- Updated ytdl-core
- Added a small error check for definitions
- Added a check for ongoing searches, in the searchFunction
- Added a command to completely delete a queue
- PR's #120 and #126
- Fixes for
TypeError: Cannot convert undefined or null to object
- Improved issues from 13.7.
- Updated ytdl-core/ytpl.
- Added shuffle command.
- Added
working
andneedsRefresh
to the queue object.
- Improved issues from 13.6.
- Updated ytdl-core.
- Fixed some issues causing streams not to play.
- Fixed extra logging.
- Added some temporary fixes that should keep the module form skipping every other/third video.
- Made a work around for playlists not working.
- Fixed a queue issue causing it to skip a song every now and then.
- Added module checkers to help some people.
- Added a
isNan
check for the volume command (issue #88).
- Added the
bitRate
option.
- Some small fixes.
- Added
channelBlacklist
andchannelWhitelist
. - Added
nextPresence
.
- Merged PR #83 and #82.
- Fixed aliase commands not working (
aCmd is not a function
). - Added
insertMusic
,defaultPrefix
. - Added multi prefix system (see examples).
- More touch ups I forgot about.
- Merged PR #75 to fix some options.
- Removed logging involving the entire queue on play.
- Other touch ups.
- Fixed fatal Promise handaling errors.
- Fixed
musicPresence
,clearPresence
and theupdatePresence
function. - Dealt with issue #71.
- Made the
remove
command run if the author is an admin.