serenity-rs / songbird

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

Remove typemap from songbird #219

Closed GnomedDev closed 8 months ago

GnomedDev commented 8 months ago

Split off from #218, removes typemap from songbird by using a dyn Any instead. This is already the approach taken for user data in serenity:next.