From bf3b37a09e74cd6093f7bc154422d89693273d5e Mon Sep 17 00:00:00 2001 From: Cycle Five Date: Mon, 17 Jun 2024 18:38:49 +0000 Subject: [PATCH] remove unused code --- cracktunes/src/config.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cracktunes/src/config.rs b/cracktunes/src/config.rs index f6fb5920..09b2988e 100644 --- a/cracktunes/src/config.rs +++ b/cracktunes/src/config.rs @@ -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