Force-quit / Botlis

This is (mainly) a music bot. We will not be deploying it on public servers.
5 stars 2 forks source link

queue tracks to play back to back #1

Closed CmD0 closed 11 months ago

CmD0 commented 11 months ago

In the event of users calling the /play command from the channel where the bot is playing, add the next track to a queue and play the queued tracks in order.

A word of warning. This will require global state management to escape the scope of the function and have the queue persist beyond the execution of the command.