-
Notifications
You must be signed in to change notification settings - Fork 1
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.0.0 #26
Merged
Merged
3.0.0 #26
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Migrate to Distube v5.0.2 and Discord.js 14.15.3 Little refactoring of audioplayer code. Added Apple Music support. Bugs fixes in plugin loading. Docker bot container now is rootless. Fixed prettier configuration to prevent errors "end of line." Added binding.gyp to allow compiling Opus package with Visual Studio 2022.
Audioplayer stop now works again. Audioplayer finish state now works again. Refactored audioplayer discord events. When a voice channel is empty, audioplayer sets queue to pause, but when user reconnects, queue is resumed.
Bringing back afk timer when everyone leaves the voice channel with bot. Added a source of the song/playlist icon in the title of embeds. Fixed the wrong localizations with the previous song button.
Refactored audioplayer buttons code. When audioplayer in paused/playing state, they have slightly different sets of buttons. LoggerSend no more add [ UNKNOWN ] prefix.
Added limit for songs count in queue (max 500 songs).
Added warning embed. All audioplayer messages wrapped in embeds. Fixed localization for "previous song" command/button.
Fixed note, caution, warning blocks.
Reworked /report command, now it gives a link to issues or discussions. Removed modal handling. Command //setPrefix now accepts prefix with length of two characters. Added wiki page for Commands. Command audiodebug available only for overpowered user.
Update the @distube/soundcloud to 2.0.2.
This was
linked to
issues
Jul 6, 2024
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added wiki to GitHub Wiki.
Migrating to newer version of Discord.js and Distube.
Added Apple Music support.
Added queue songs limit (500 songs per queue).
Added source of the song in audioplayer.
All audio related stuff messages wrapped in embeds.
Rework /report command.
Command /audiodebug now works only for bot owner.
When user disconnect from voice, audioplayer is set to pause state.
When player is paused, he is changed their pause button to play button.