diff --git a/src/main.rs b/src/main.rs index 350f5cf..d62bbdf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,10 +10,6 @@ use serenity::framework::standard::{StandardFramework}; // The voice client can be retrieved in any command using `songbird::get(ctx).await`. use songbird::SerenityInit; -// Import the `Context` to handle commands. -use serenity::client::Context; - - mod commands; use commands::*;