serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
391 stars 111 forks source link

Driver: Support `tokio-websockets` #226

Closed decahedron1 closed 7 months ago

decahedron1 commented 7 months ago

Allows for configuring the crate to use tokio-websockets instead of tokio-tungstenite since Twilight 0.16 is switching to TWS.