mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(typings): remove VoiceChannel#connection (#3676)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user