thanks ci

This commit is contained in:
Snowflake107 2021-06-20 18:13:41 +05:45
parent b43a793e4c
commit 32ed41cbcb

View file

@ -34,7 +34,7 @@ class VoiceUtils {
let conn = joinVoiceChannel({
guildId: channel.guild.id,
channelId: channel.id,
adapterCreator: channel.guild.voiceAdapterCreator,
adapterCreator: (channel.guild as any).voiceAdapterCreator,
selfDeaf: Boolean(options.deaf)
});