diff --git a/src/data.rs b/src/data.rs index b51a628..5c80a9f 100644 --- a/src/data.rs +++ b/src/data.rs @@ -1,6 +1,6 @@ use crate::{ database::database::Database, - tts::{gcp_tts::gcp_tts::GCPTTS, tts::TTS, voicevox::voicevox::VOICEVOX}, + tts::tts::TTS, }; use serenity::{ futures::lock::Mutex, diff --git a/src/main.rs b/src/main.rs index 9c95643..4737664 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,7 +43,7 @@ async fn create_client(prefix: &str, token: &str, id: u64) -> Result