[Feature] Adds a voice channel status with the currently playing song title! #482
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.
Features added!
Voice channel status is only available on desktop clients, and bot needs 'Set Voice Channel Status' permission to perform these actions, it can also be edited by anyone with the permission, so they could change it to something else after the bot
See relevant Discord API PR About this feature:- discord/discord-api-docs#6400
Changes are commented in each respective file.
I couldn't find some events in the lavaclient docs necessary for some of the features so I emitted custom events where applicable
This endpoint is undocumented and experimental and as such not possible through discord.js (yet). As it is undocumented, it may also be unstable
Please feel free to edit to improve or fix as you see fit.
Checklist