From 4159b21d4929163042a74ad13d07b03e46602c9a Mon Sep 17 00:00:00 2001 From: syzygial Date: Fri, 3 Mar 2023 18:13:00 -0500 Subject: [PATCH] Fix Warnings --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) 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::*;