From f3da37bcb110925b87e4d514806150aae5466283 Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Thu, 15 Apr 2021 11:41:18 +0530 Subject: [PATCH] fix --- src/structures/guildVoiceChannel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/guildVoiceChannel.ts b/src/structures/guildVoiceChannel.ts index 9e41325..0d2058f 100644 --- a/src/structures/guildVoiceChannel.ts +++ b/src/structures/guildVoiceChannel.ts @@ -36,7 +36,7 @@ export class VoiceChannel extends GuildChannel { /** Join the Voice Channel */ async join( options?: VoiceStateOptions & { onlyJoin?: boolean } - ): Promise { + ): Promise { return await new Promise((resolve, reject) => { let vcdata: VoiceServerData let sessionID: string