update to discord-player-v6 #76

Merged
Anri merged 30 commits from feat/music-v6 into main 2023-03-11 20:36:25 +01:00
Showing only changes of commit 4cd170e5bf - Show all commits

View file

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