serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
394 stars 116 forks source link

Events: Deprecate `ClientConnect` #112

Closed FelixMcFelix closed 2 years ago

FelixMcFelix commented 2 years ago

Discord no longer send these websocket payloads, users should instead rely on the main part of their bot for determining actual connection events, or SpeakingUpdates for SSRC mapping.

Closes #104.