fix: nightly build failing
This commit is contained in:
parent
97d6f3fd05
commit
1119379fb5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class VoiceChannel extends Channel {
|
||||||
if (state.channel?.id !== this.id) return
|
if (state.channel?.id !== this.id) return
|
||||||
this.client.removeListener('voiceStateAdd', onVoiceStateAdd)
|
this.client.removeListener('voiceStateAdd', onVoiceStateAdd)
|
||||||
done++
|
done++
|
||||||
if (done >= 2) resolve(vcdata)
|
if (done >= 2) resolve((vcdata as unknown) as VoiceServerUpdateData)
|
||||||
}
|
}
|
||||||
|
|
||||||
const onVoiceServerUpdate = (data: VoiceServerUpdateData): void => {
|
const onVoiceServerUpdate = (data: VoiceServerUpdateData): void => {
|
||||||
|
|
Loading…
Reference in a new issue