mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
feat(VoiceChannel): add editable (#3173)
* add VoiceChannel#editable * replace unnecessary super with this Co-Authored-By: izexi <43889168+izexi@users.noreply.github.com>
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1148,6 +1148,7 @@ declare module 'discord.js' {
|
||||
constructor(guild: Guild, data?: object);
|
||||
public bitrate: number;
|
||||
public readonly connection: VoiceConnection;
|
||||
public readonly editable: boolean;
|
||||
public readonly full: boolean;
|
||||
public readonly joinable: boolean;
|
||||
public readonly members: Collection<Snowflake, GuildMember>;
|
||||
|
||||
Reference in New Issue
Block a user