Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Jun 17, 2024
1 parent 260745a commit bf3b37a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cracktunes/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ use tokio::sync::RwLock;

use crack_core::poise_ext::PoiseContextExt;

// #[derive(Debug, Clone)]
// pub struct CommandCategories {
// settings_command: bool,
// mod_command: bool,
// admin_command: bool,
// music_command: bool,
// osint_command: bool,
// playlist_command: bool,
// }

/// on_error is called when an error occurs in the framework.
async fn on_error(error: poise::FrameworkError<'_, Data, Error>) {
// This is our custom error handler
Expand Down

0 comments on commit bf3b37a

Please sign in to comment.