queue play command

This commit is contained in:
jude
2022-02-13 16:12:42 +00:00
parent 821f283969
commit febeeefb01
6 changed files with 187 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ use songbird;
use crate::{Context, Error};
/// Stop the bot from playing
/// Stop the bot from playing and clear the play queue
#[poise::command(slash_command, rename = "stop")]
pub async fn stop_playing(ctx: Context<'_>) -> Result<(), Error> {
let songbird = songbird::get(ctx.discord()).await.unwrap();