serenity-rs / songbird

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

lazy_static -> once_cell::sync::Lazy #136

Closed GnomedDev closed 2 years ago

GnomedDev commented 2 years ago

This reduces macro magic, and once_cell was already depended on anyway