update to discord-player-v6 #76
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default async () => {
|
||||||
list: new Collection(),
|
list: new Collection(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const player = new Player(client, {
|
const player = Player.singleton(client, {
|
||||||
ytdlOptions: {
|
ytdlOptions: {
|
||||||
filter: "audioonly",
|
filter: "audioonly",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue