Remove unused import
This commit is contained in:
parent
ad2ae7b6eb
commit
1e4fbfb1b1
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ use anyhow::Result;
|
|||
use parking_lot::Mutex;
|
||||
use poise::serenity_prelude::{self as serenity};
|
||||
use songbird::serenity::SerenityInit;
|
||||
use tracing_subscriber::filter;
|
||||
|
||||
pub struct Data {
|
||||
currently_playing: Arc<Mutex<Option<songbird::tracks::TrackHandle>>>,
|
||||
|
|
Loading…
Add table
Reference in a new issue