Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
282 stars 165 forks source link

Show newest playing song on play #40

Open ANintendoIdiot opened 2 years ago

ANintendoIdiot commented 2 years ago

not sure how to word this properly, but it would be very useful if the bot would be able to display which song is now playing when a new one starts (I wasn't sure how to do this myself without the bot breaking)

Raptor123471 commented 2 years ago

You want it to automatically send a songinfo of the currently playing song?

ANintendoIdiot commented 2 years ago

You want it to automatically send a songinfo of the currently playing song?

yeah that's a better way of explaining it, thanks

Raptor123471 commented 2 years ago

I can see this being a useful feature. The message could be sent in the command_channel setting along with having a setting of its own. Added to TODO

Raptor123471 commented 2 years ago

Pushing this to a later update. PR #45 is already a large change.

Nyhilo commented 2 years ago

+1 To this. In addition to informing people in the channel what song is playing, it helps to indicate that a new song has started playing. Past dead bots like Groovy and Rhythm also dis this in their own way.