use singleton in first call
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-03-05 04:30:01 +01:00
parent b9a7f6090d
commit cf492afa81
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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",
}, },