New Features:
- Added the ability to specify
start
andend
positions for each song in all play commands. [33ad427] - Added voice channel status so others can see what you are playing. [b0ff4fb]
- Added more customizable placeholders for your music controller and voice channel status. [b0ff4fb]
- Added a nodes panel to the debug view. [d4cb50a]
- Added filter selector option in music controller [bddb9a9]
- Updated bot status for greater customization options. [72cae9b]
- Implemented a new logging system to enhance our diagnostics. You'll find some new settings related to this in the
settings.json
file. [4655b6e] - Rewritten the
IPC Client
code for improved performance and readability. [f1123b3] - Rewritten the
swap
andmove
methods in voicelink and added filters to the music controller. [20bef0e], [9f2e0e5]
Fixed:
- Resolved an issue that was preventing the 24/7 feature from functioning properly. It's now up and running smoothly. [9c478c7]
- Removed unnecessary requirements, reducing the project's dependencies and improving build efficiency. [47389d6]
- Fixed no song suggestions when spotify_client is not given [33ad427]
- Fixed
zh-tw
localization slash command language pack [7134287] - Squashed some bugs to improve the overall performance and stability of our system.
Breaking Changes:
- Merged
.env
intosettings.json
, consolidating all configuration settings into a single file. [779ea8b] - Updated the time representation in the playlist share object from
datetime
tofloat
, reducing memory usage and improving performance. - Updated bot status settings. Check
settings Example.json
for more info. [72cae9b]
Full Changelog: v2.6.8a to v2.6.9