mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(typings): remove VoiceChannel#connection (#3676)
This commit is contained in:
parent
a53d86579b
commit
f74ae12d6a
1 changed files with 0 additions and 1 deletions
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue