1.0.0-beta.6-f290553
Pre-release
Pre-release
·
25 commits
to master
since this release
This release brings a couple of new features to the scripting engine and fixes some issues with Discord.
- enh: clientBanned event will now be emitted, when someone gets banned from a TS server
- enh: all move events on a TS server now hold a "message" field which contains the move/ban/kick message
- fix: correctly handle new and leaving discord clients
- enh: add audio.setTTSURL(url) and audio.setTTSDefaultLocale(locale)
- feat: add engine.registrationEnabled()
- feat: add media.resumeQueue() / media.playQueueNext()
- feat: add media.clearIdleTrack() / media.clearStartupTrack()
- feat: add media.setIdleTrackURL() / media.setStartupTrackURL()
- fix: use sane timeouts for Discord API to prevent deadlocks under certain circumstances
- chore: update command.js to v1.3.2