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