Fix Warnings

This commit is contained in:
2023-03-03 18:13:00 -05:00
parent 0e1d0d4346
commit 185f5e7d35

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