-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
[RFC] Auto-announce when new song comes on #914
Conversation
📦 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
Just tried this and I like it overall. Didn't even realize that Discord voice channels had a built-in text channel. I think this should probably be a config option rather than always on since some people (myself included) might prefer to have this disabled. |
Changes are ready for review. Sorry for the wait, life kept me from getting to this until now. Let me know if you need me to squash my commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
🚀 Released in Release v2.6.0. |
This should address #831, at least in part. This is still preliminary, and I'm a TypeScript noob, so comments welcome for what needs to happen for this to merge.
-This adds a
VoiceChannel.send()
message to send out the "Now Playing" embed in the voice chat channel when the song changes. This necessitated keeping the reference to the current voice channel as a member of the player class.