Fixed the dummy voice connection
This commit is contained in:
parent
a7b1815d2b
commit
9f98481057
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export class DummyVoiceConnection extends AbstractVoiceConnection {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
async registerVoiceClient(clientId: number): Promise<VoiceClient> {
|
registerVoiceClient(clientId: number): VoiceClient {
|
||||||
const client = new DummyVoiceClient(clientId);
|
const client = new DummyVoiceClient(clientId);
|
||||||
this.voiceClients.push(client);
|
this.voiceClients.push(client);
|
||||||
return client;
|
return client;
|
||||||
|
|
Loading…
Add table
Reference in a new issue