From 32ed41cbcb4dd4522656534808b60a00c2b40f94 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 20 Jun 2021 18:13:41 +0545 Subject: [PATCH] thanks ci --- src/VoiceInterface/VoiceUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VoiceInterface/VoiceUtils.ts b/src/VoiceInterface/VoiceUtils.ts index 3fce5fa..00ced00 100644 --- a/src/VoiceInterface/VoiceUtils.ts +++ b/src/VoiceInterface/VoiceUtils.ts @@ -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) });