mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
typings(GuildChannel): add manageable getter
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -604,6 +604,7 @@ declare module 'discord.js' {
|
|||||||
public readonly calculatedPosition: number;
|
public readonly calculatedPosition: number;
|
||||||
public readonly deletable: boolean;
|
public readonly deletable: boolean;
|
||||||
public guild: Guild;
|
public guild: Guild;
|
||||||
|
public readonly manageable: boolean;
|
||||||
public readonly messageNotifications: GuildChannelMessageNotifications;
|
public readonly messageNotifications: GuildChannelMessageNotifications;
|
||||||
public readonly muted: boolean;
|
public readonly muted: boolean;
|
||||||
public name: string;
|
public name: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user