typings(GuildChannel): add manageable getter

This commit is contained in:
SpaceEEC
2019-04-17 21:39:46 +02:00
parent 3cd224dc76
commit 12e041bc2b

1
typings/index.d.ts vendored
View File

@@ -604,6 +604,7 @@ declare module 'discord.js' {
public readonly calculatedPosition: number;
public readonly deletable: boolean;
public guild: Guild;
public readonly manageable: boolean;
public readonly messageNotifications: GuildChannelMessageNotifications;
public readonly muted: boolean;
public name: string;