From fb088b4ff56ed76dabf4e638cb92bc1b9275fbcc Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 8 May 2024 14:30:21 -0400 Subject: clippy fixes --- src/commands/meme/create.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/meme/create.rs') diff --git a/src/commands/meme/create.rs b/src/commands/meme/create.rs index ef6090e..2cd9465 100644 --- a/src/commands/meme/create.rs +++ b/src/commands/meme/create.rs @@ -156,7 +156,7 @@ pub async fn addaudiomeme(ctx: &Context, msg: &Message, args: Args) -> CommandRe .arg("-i") .arg(youtube_url) .args(duration_opts) - .args(&[ + .args([ "-ac", "2", "-ar", "48000", "-f", "opus", "-acodec", "libopus", "-b:a", "96k", "-fs", "5M", "-", ]) -- cgit v1.3.1