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 cf492afa81 - Show all commits

View file

@ -38,7 +38,7 @@ export default async () => {
list: new Collection(),
};
const player = new Player(client, {
const player = Player.singleton(client, {
ytdlOptions: {
filter: "audioonly",
},