KyokoBot / koe

Tiny and embeddable Discord media transport library based on Netty.
MIT License
53 stars 14 forks source link

add voice gateway v8 #30

Closed topi314 closed 2 months ago

topi314 commented 2 months ago

This pr implements voice gateway v8 which is just the addition of the sequence. I have kept v4 as the default since it's not yet discontinued, but would configure lavalink to use v8.

closes: https://github.com/KyokoBot/koe/issues/28

alula commented 2 months ago

By the way, we should probably refactor the gateway code in 2.1 to reduce code duplication of those classes.

topi314 commented 2 months ago

tbh, I think we can just remove gateway version 4 & 5 they are not needed anymore