serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Twilight 0.15 support #171

Closed Erk- closed 1 year ago

Erk- commented 1 year ago

This patch changes around quite a few things. The main entry point for twilight besides process will now be the TwilightMap which consists of command senders for each shard.

This simplifies parts of the code as there is not any difference between shards and clusters anymore.