use highestaudio

This commit is contained in:
Mylloon 2023-03-05 04:52:54 +01:00
parent cf492afa81
commit 4cd170e5bf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -41,6 +41,7 @@ export default async () => {
const player = Player.singleton(client, { const player = Player.singleton(client, {
ytdlOptions: { ytdlOptions: {
filter: "audioonly", filter: "audioonly",
quality: "highestaudio",
}, },
}); });