Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.6.0 #46

Merged
merged 7 commits into from
Aug 12, 2024
Merged

3.6.0 #46

merged 7 commits into from
Aug 12, 2024

Conversation

AlexInCube
Copy link
Owner

Added command /history, which shows the latest songs/playlists played in guild.
Added BOT_MAX_SONGS_HISTORY_SIZE env var.
Added a welcome message when join to guild.
Improved compatibility with node-gyp.
If command handler found duplicate text command names, handler throw error.

Added command /history, which shows the latest 15 songs/playlists played in guild.
Added .npmrc config to better compatibility with node-gyp.
If command handler found duplicate text command names, handler throw error.
Added localization for /history command.
Fixed linters errors.
Added a welcome message when join to guild.
Fixed bug in /setprefix, when value output is interpolated.
Fixed bug when song history is not deleted when bot leaves the guild/server.
Fixed minor localization bugs.
Added BOT_MAX_SONGS_HISTORY_SIZE env var.
If BOT_MAX_SONGS_HISTORY_SIZE is zero, the history will be not written in a database and also command /history is disabling.
Command /history now supports pagination for a song list.
Fixed mess in Setup.md
Update linters packages.
Soundcloud now works correctly again, but @distube/soundcloud code copied to bot repository with bug fix.
package.json now contains only fixed versions of packages.
@AlexInCube AlexInCube merged commit 7608698 into master Aug 12, 2024
6 checks passed
@AlexInCube AlexInCube deleted the 3.6.0-dev branch August 12, 2024 08:49
This was linked to issues Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the welcome message on new guild/server Add played songs history
1 participant