aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme/create.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-05-08 14:30:21 -0400
committerNathan Perry <np@nathanperry.dev>2024-05-08 14:30:21 -0400
commitfb088b4ff56ed76dabf4e638cb92bc1b9275fbcc (patch)
tree53cb51db079edafd756cae6a3d5fc4fae829429c /src/commands/meme/create.rs
parent47817c4166937af24041a93e56ad9f841bf1e8f1 (diff)
clippy fixes
Diffstat (limited to 'src/commands/meme/create.rs')
-rw-r--r--src/commands/meme/create.rs2
1 files changed, 1 insertions, 1 deletions
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", "-",
])