skip ffmpeg when possible
This commit is contained in:
parent
0c39c764b1
commit
f36f64b2fb
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export default async () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const player = Player.singleton(client, {
|
const player = Player.singleton(client, {
|
||||||
|
skipFFmpeg: true,
|
||||||
ytdlOptions: {
|
ytdlOptions: {
|
||||||
filter: "audioonly",
|
filter: "audioonly",
|
||||||
quality: "highestaudio",
|
quality: "highestaudio",
|
||||||
|
|
Loading…
Reference in a new issue