diff --git a/src/utils/client.ts b/src/utils/client.ts index 79c6f71..8aa651b 100644 --- a/src/utils/client.ts +++ b/src/utils/client.ts @@ -38,7 +38,7 @@ export default async () => { list: new Collection(), }; - const player = new Player(client, { + const player = Player.singleton(client, { ytdlOptions: { filter: "audioonly", },