Fix Warnings

This commit is contained in:
2023-03-03 18:13:00 -05:00
parent 4106f2f99c
commit 4159b21d49

View File

@@ -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::*;