New
0.11.0
This version is mostly a maintainance and fixes patch with a lot of changes and preperations under the hood.
All changes
✔️ New
- Alone events (#464, #278)
- Add start options like
!play song.mp3 @2:30to start at 2:30 - Add option to load custom avatars (see: wiki)
ℹ️ Improved
- Reworked command tree. Now custom commands and aliases don't bleed between bots.
- Improved audio buffer calculation (should reduce latency)
- Added debug info to plugins (#739)
- When searching for local music files, the search can't search in folder out of the path given in the config anymore.
- When reconnecting the bot will try to reconnect into the channel he was.
🟡 Fixes
- Fixed Youtube resolver (#738)
- Fixed twitch resolver (#720)
- Fixed disconnect reasons not passed (#717)
- Fixed missing/incorrect channel fields (#629, #718)
⚡ Breaking changes
- The
TS3Clientfolder and namespace has been moved toTSLibfor some upcomming changes and planned splitting of the main TS3AusioBot repo and the ts library. This should affect primarily plugins which reference the ts client library directly.