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

Automatically show "now playing" when a new track starts #1010

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

briankendall
Copy link

This pull request...

  • Fixes a bug
  • Introduces a new feature
  • Improves an existing feature
  • Boosts code quality or performance

Description

This PR adds a bot setting autonowplaying that will make the bot automatically send a "now playing" text message when a new track starts, for any guild that has configured a text channel using the settc command. The setting defaults to off.

If npimages is true then the now playing message will not include a progress bar since it will always be at 00:00 and will never update.

Purpose

For communities that want to see what the currently playing track is in their text channel's messages, similar to other music bots.

This provides another mechanism for users to easily see what the currently playing track is and, in particular, when the track changes. Aside from users preferring this method, this could also be useful for use cases where it's not possible to set the bot's status or not feasible to set the channel's topic (for example due to not having permission from the server or due to Discord's rate limiting).

Relevant Issue(s)

#353

@MichailiK
Copy link
Collaborator

While skimming, I noticed that this is a bot/config setting, not a server setting. I believe that this would much rather fit as a per-server setting.

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.

[Feature Request] Add a setting for automatic "Now playing" information when a song starts playing
2 participants