thanks ci
This commit is contained in:
parent
b43a793e4c
commit
32ed41cbcb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class VoiceUtils {
|
||||||
let conn = joinVoiceChannel({
|
let conn = joinVoiceChannel({
|
||||||
guildId: channel.guild.id,
|
guildId: channel.guild.id,
|
||||||
channelId: channel.id,
|
channelId: channel.id,
|
||||||
adapterCreator: channel.guild.voiceAdapterCreator,
|
adapterCreator: (channel.guild as any).voiceAdapterCreator,
|
||||||
selfDeaf: Boolean(options.deaf)
|
selfDeaf: Boolean(options.deaf)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue