typings(GuildChannel): add manageable getter

This commit is contained in:
SpaceEEC 2019-04-17 21:39:46 +02:00
parent 3cd224dc76
commit 12e041bc2b
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

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;