realDarkCode / DarkBot

a Discord bot made with discord.js that serves the DarkCode Community Discord Server
MIT License
0 stars 0 forks source link

[Feature]: Improve the music controller UI controls #8

Closed realDarkCode closed 1 year ago

realDarkCode commented 1 year ago

For now, we have four basic controls: previous song, next song, pause/resume, stop buttons, and showing which music is playing and its duration. image

but we need and modern clean-looking UI that will show more details and we can control it from the UI buttons. like seek control buttons, toggle autoplay modes, toggle repeat mode, and add one more related song like currently playing one. also, we need a way to see the detailed duration ( how much is left of the song), which songs are going to be playing next, and which was the previous song. the status of the mode,

realDarkCode commented 1 year ago

now it functions like this image

realDarkCode commented 1 year ago

Current UI looks clean image

realDarkCode commented 1 year ago

[BUG]: Unable to play song after receiving the request. seems we called updateMusicPlayerStatus before the music even started playing or queued image