From f74ae12d6ac8070ff67a2ba9ff6cd5e3e0cbcc42 Mon Sep 17 00:00:00 2001 From: didinele Date: Sat, 11 Jan 2020 21:42:01 +0200 Subject: [PATCH] fix(typings): remove VoiceChannel#connection (#3676) --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 15cbeee7f..1cd568f4b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1497,7 +1497,6 @@ declare module 'discord.js' { export class VoiceChannel extends GuildChannel { constructor(guild: Guild, data?: object); public bitrate: number; - public readonly connection: VoiceConnection; public readonly editable: boolean; public readonly full: boolean; public readonly joinable: boolean;