use singleton in first call
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
b9a7f6090d
commit
cf492afa81
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