This commit is contained in:
2024-12-19 22:23:10 -05:00
parent 9a144bab4d
commit bb03654d5f
8 changed files with 12 additions and 15 deletions

View File

@@ -1,11 +1,9 @@
use std::sync::{Arc, OnceLock};
use std::sync::Arc;
use reqwest::Url;
use serenity::all::UserId;
use serenity::client::Cache;
use serenity::model::prelude::{GuildId, ChannelId};
use serenity::model::user::User;
use serenity::prelude::*;
use songbird::Songbird;
use crate::error::{SirenResult, Error as SirenError};