format and restructure, began working on schedule

This commit is contained in:
2024-09-05 17:10:56 -04:00
parent 0f1a97770a
commit 794d8cc34e
34 changed files with 561 additions and 212 deletions

View File

@@ -115,6 +115,6 @@ impl From<std::env::VarError> for Error {
impl From<songbird::error::JoinError> for Error {
fn from(error: songbird::error::JoinError) -> Self {
Self::new(500, format!("Unable to join channel: {}", error))
}
Self::new(500, format!("Unable to join channel: {}", error))
}
}