cleanup messages
This commit is contained in:
@@ -3,11 +3,11 @@ use serenity::{
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
use super::{get_songbird, create_response, edit_response};
|
||||
use super::{create_response, edit_response, get_songbird, process_message};
|
||||
|
||||
pub async fn run(ctx: &Context, command: &CommandInteraction) {
|
||||
// Create the initial response
|
||||
create_response(&ctx, &command, format!(".....")).await;
|
||||
process_message(&ctx, &command).await;
|
||||
|
||||
// Get the songbird manager
|
||||
let manager = get_songbird(ctx).await;
|
||||
|
||||
Reference in New Issue
Block a user