diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-05-08 14:30:21 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-05-08 14:30:21 -0400 |
| commit | fb088b4ff56ed76dabf4e638cb92bc1b9275fbcc (patch) | |
| tree | 53cb51db079edafd756cae6a3d5fc4fae829429c /src/commands/meme/create.rs | |
| parent | 47817c4166937af24041a93e56ad9f841bf1e8f1 (diff) | |
clippy fixes
Diffstat (limited to 'src/commands/meme/create.rs')
| -rw-r--r-- | src/commands/meme/create.rs | 2 |
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", "-", ]) |
