serenity-rs/songbird

How to make Queue Event

dongsu8142 opened this issue · 1 comments

What are some ways to create a queue event?

Queues aren't a fundamental building block in songbird. What you can probably make use of is TrackEvent::End: have a look at some of our examples to get a feel for how the event system works.