codetheweb / muse

🎧 a self-hosted midwestern Discord music bot that doesn't suck
MIT License
799 stars 201 forks source link

Add a /play-skip function #980

Open hennsoe opened 7 months ago

hennsoe commented 7 months ago

Combine the /play immediate: with the /skip function for instantly playing a track.

Implementation suggestion: Using the already existing infrastructure for /play immediate and instead of saying "Added to the front of the queue" it uses the /skip implementation. -> "Aright **${firstSong.title}** comin' right up!"

Shortcuts: /ps /playskip /play-now

codetheweb commented 7 months ago

open to a PR for this