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(),
|
||||
};
|
||||
|
||||
const player = new Player(client, {
|
||||
const player = Player.singleton(client, {
|
||||
ytdlOptions: {
|
||||
filter: "audioonly",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue